結果
| 問題 |
No.481 1から10
|
| コンテスト | |
| ユーザー |
|
| 提出日時 | 2017-05-26 21:24:36 |
| 言語 | C++11(廃止可能性あり) (gcc 13.3.0) |
| 結果 |
WA
|
| 実行時間 | - |
| コード長 | 171 bytes |
| コンパイル時間 | 1,178 ms |
| コンパイル使用メモリ | 157,940 KB |
| 実行使用メモリ | 6,944 KB |
| 最終ジャッジ日時 | 2024-09-19 20:10:25 |
| 合計ジャッジ時間 | 1,504 ms |
|
ジャッジサーバーID (参考情報) |
judge5 / judge4 |
(要ログイン)
| ファイルパターン | 結果 |
|---|---|
| sample | WA * 2 |
| other | AC * 1 WA * 7 |
ソースコード
#include<bits/stdc++.h>
using namespace std;
int t;
int main(){
for(int i = 1; i < 10; i++){
cin >> t;
if(t != i) cout << i << endl;
return 0;
}
puts("10");
return 0;
}