結果
| 問題 | No.8017 エスパー |
| ユーザー |
Lepton_s
|
| 提出日時 | 2016-07-21 19:15:17 |
| 言語 | C++11 (gcc 15.2.0 + boost 1.89.0) |
| 結果 |
WA
|
| 実行時間 | - |
| コード長 | 102 bytes |
| 記録 | |
| コンパイル時間 | 610 ms |
| コンパイル使用メモリ | 70,220 KB |
| 実行使用メモリ | 7,972 KB |
| 最終ジャッジ日時 | 2026-05-06 07:58:24 |
| 合計ジャッジ時間 | 1,361 ms |
|
ジャッジサーバーID (参考情報) |
judge1_1 / judge3_0 |
(要ログイン)
| ファイルパターン | 結果 |
|---|---|
| other | AC * 11 WA * 9 |
ソースコード
#include <iostream>
using namespace std;
int main(){long long a,b;cin>>a>>b;cout<<(a)<<endl;return 0;}
Lepton_s