結果

問題 No.8003 ところで
コンテスト
ユーザー goodbaton
提出日時 2014-12-25 22:11:06
言語 C++11(廃止可能性あり)
(gcc 15.2.0 + boost 1.89.0)
結果
WA  
実行時間 -
コード長 253 bytes
記録
記録タグの例:
初AC ショートコード 純ショートコード 純主流ショートコード 最速実行時間
コンパイル時間 697 ms
コンパイル使用メモリ 69,744 KB
実行使用メモリ 5,248 KB
最終ジャッジ日時 2024-06-12 23:04:05
合計ジャッジ時間 806 ms
ジャッジサーバーID
(参考情報)
judge3 / judge4
このコードへのチャレンジ
(要ログイン)
ファイルパターン 結果
other WA * 1
権限があれば一括ダウンロードができます

ソースコード

diff #
raw source code

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

using namespace std;

int main(){
    printf("3000\n");
    return 0;
}
0