結果

問題 No.249 N言っちゃダメゲーム (2)
ユーザー goodbaton
提出日時 2015-07-24 22:22:10
言語 C++11(廃止可能性あり)
(gcc 13.3.0)
結果
AC  
実行時間 2 ms / 1,000 ms
コード長 420 bytes
コンパイル時間 566 ms
コンパイル使用メモリ 71,148 KB
実行使用メモリ 5,376 KB
最終ジャッジ日時 2024-07-08 13:07:01
合計ジャッジ時間 928 ms
ジャッジサーバーID
(参考情報)
judge1 / judge5
このコードへのチャレンジ
(要ログイン)
ファイルパターン 結果
other AC * 3
権限があれば一括ダウンロードができます

ソースコード

diff #

#include <cstdio>
#include <cstdlib>
#include <iostream>
#include <string>
#include <cmath>
#include <algorithm>
#include <vector>
#include <queue>
#include <stack>
#include <map>
#include <set>
#include <cstring>

typedef long long ll;
using namespace std;

#define mod 1000003
#define INF 1000000000
#define LLINF 2000000000000000000LL

#define SIZE 100

int main(){
    
    cout << 500 << endl;
    
    return 0;
}
0