結果
問題 |
No.249 N言っちゃダメゲーム (2)
|
ユーザー |
|
提出日時 | 2017-11-13 11:33:53 |
言語 | C++11(廃止可能性あり) (gcc 13.3.0) |
結果 |
AC
|
実行時間 | 2 ms / 1,000 ms |
コード長 | 174 bytes |
コンパイル時間 | 1,205 ms |
コンパイル使用メモリ | 159,400 KB |
実行使用メモリ | 6,820 KB |
最終ジャッジ日時 | 2024-11-25 00:23:47 |
合計ジャッジ時間 | 1,725 ms |
ジャッジサーバーID (参考情報) |
judge2 / judge4 |
(要ログイン)
ファイルパターン | 結果 |
---|---|
other | AC * 3 |
ソースコード
#include <bits/stdc++.h> using namespace std; int main(void) { for (int i = 0; i < 1000; i++) { int n, k; cin >> n >> k; } cout << 500 << endl; return 0; }