結果
問題 |
No.2887 Minahoshi (Easy)
|
ユーザー |
![]() |
提出日時 | 2024-11-04 22:57:25 |
言語 | C++17 (gcc 13.3.0 + boost 1.87.0) |
結果 |
WA
|
実行時間 | - |
コード長 | 151 bytes |
コンパイル時間 | 2,054 ms |
コンパイル使用メモリ | 192,120 KB |
最終ジャッジ日時 | 2025-02-25 02:16:13 |
ジャッジサーバーID (参考情報) |
judge3 / judge5 |
(要ログイン)
ファイルパターン | 結果 |
---|---|
sample | WA * 1 |
other | WA * 27 |
ソースコード
#include <bits/stdc++.h> using ll = long long; using namespace std; int main() { ll N; cin >> N; cout << string('a', N) << endl; return 0; }