結果
問題 |
No.2887 Minahoshi (Easy)
|
ユーザー |
![]() |
提出日時 | 2024-09-12 10:36:57 |
言語 | C++23 (gcc 13.3.0 + boost 1.87.0) |
結果 |
WA
(最新)
AC
(最初)
|
実行時間 | - |
コード長 | 140 bytes |
コンパイル時間 | 965 ms |
コンパイル使用メモリ | 78,080 KB |
実行使用メモリ | 5,376 KB |
最終ジャッジ日時 | 2024-09-12 10:57:00 |
合計ジャッジ時間 | 5,633 ms |
ジャッジサーバーID (参考情報) |
judge5 / judge2 |
(要ログイン)
ファイルパターン | 結果 |
---|---|
sample | WA * 1 |
other | WA * 27 |
ソースコード
#include <iostream> #include <string> using namespace std; int main() { int n; cin>>n; cout<<string(n,'b')<<"a"<<endl; return 0; }