結果
| 問題 | No.249 N言っちゃダメゲーム (2) | 
| コンテスト | |
| ユーザー |  RCCW | 
| 提出日時 | 2017-02-07 11:28:48 | 
| 言語 | C++11(廃止可能性あり) (gcc 13.3.0) | 
| 結果 | 
                                AC
                                 
                             | 
| 実行時間 | 3 ms / 1,000 ms | 
| コード長 | 173 bytes | 
| コンパイル時間 | 1,493 ms | 
| コンパイル使用メモリ | 157,560 KB | 
| 実行使用メモリ | 5,248 KB | 
| 最終ジャッジ日時 | 2024-12-24 10:06:21 | 
| 合計ジャッジ時間 | 2,376 ms | 
| ジャッジサーバーID (参考情報) | judge4 / judge1 | 
(要ログイン)
| ファイルパターン | 結果 | 
|---|---|
| other | AC * 3 | 
ソースコード
#include <bits/stdc++.h>
#include <iostream>
#include <string>
using namespace std;
int main() {
int a,b;
for (int i = 0; i < 1000; ++i) {
cin>>a>>b;
}
cout<<500<<endl;
}
            
            
            
        