結果
問題 |
No.5003 物理好きクリッカー
|
ユーザー |
![]() |
提出日時 | 2018-12-01 18:25:56 |
言語 | C++11(廃止可能性あり) (gcc 13.3.0) |
結果 |
WA
|
実行時間 | - |
コード長 | 165 bytes |
コンパイル時間 | 1,654 ms |
実行使用メモリ | 21,996 KB |
スコア | 0 |
平均クエリ数 | 1.00 |
最終ジャッジ日時 | 2021-07-19 07:47:08 |
合計ジャッジ時間 | 4,648 ms |
ジャッジサーバーID (参考情報) |
judge15 / judge14 |
(要ログイン)
ファイルパターン | 結果 |
---|---|
other | AC * 1 WA * 31 |
ソースコード
#include <bits/stdc++.h> using namespace std; int main() { int N; char S; cin >> N >> S; for (int i = 0; i < N; i++) { cout << "nothing" << flush; } }