Submission #00253
ソースコード
1 2 3 4 5 6 7 8 | #include <bits/stdc++.h> using namespace std; main(){ int n,a,b,i; cin >> a >> b >> n; printf ( "%d\n" , n>0? a+b : a-b); } |
ステータス
項目 | データ |
---|---|
問題 | 0014 - 眠れる獅子の油断 |
ユーザー名 | Arumakan_ei1727 |
投稿日時 | 2017-11-06 18:26:35 |
言語 | Text(cat) |
状態 | Wrong Answer |
得点 | 0 |
ソースコード長 | 136 Byte |
最大実行時間 | 22 ms |
最大メモリ使用量 | 460 KB |
セット
セット | 得点 | Cases | |
---|---|---|---|
1 | ALL | 0 / 14 | * |
テストケース
ファイル名 | 状態 | 実行時間 | メモリ使用量 | # |
---|---|---|---|---|
01.txt | WA | 22 ms | 380 KB |
1
|
02.txt | WA | 19 ms | 312 KB |
1
|
03.txt | WA | 16 ms | 340 KB |
1
|
04.txt | WA | 17 ms | 276 KB |
1
|
05.txt | WA | 19 ms | 460 KB |
1
|