結果
| 問題 | No.8003 ところで |
| コンテスト | |
| ユーザー |
goodbaton
|
| 提出日時 | 2014-12-25 22:15:05 |
| 言語 | C++11 (gcc 15.2.0 + boost 1.89.0) |
| 結果 |
AC
|
| 実行時間 | 2 ms / 5,000 ms |
| コード長 | 249 bytes |
| 記録 | |
| コンパイル時間 | 672 ms |
| コンパイル使用メモリ | 90,384 KB |
| 実行使用メモリ | 7,720 KB |
| 最終ジャッジ日時 | 2026-03-05 18:02:46 |
| 合計ジャッジ時間 | 997 ms |
|
ジャッジサーバーID (参考情報) |
judge1 / judge2 |
(要ログイン)
| ファイルパターン | 結果 |
|---|---|
| other | AC * 1 |
ソースコード
#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("4\n");
return 0;
}
goodbaton