結果
問題 | No.656 ゴルフ |
ユーザー | Taishow_Smash |
提出日時 | 2018-04-12 15:30:12 |
言語 | C (gcc 12.3.0) |
結果 |
WA
|
実行時間 | - |
コード長 | 588 bytes |
コンパイル時間 | 351 ms |
コンパイル使用メモリ | 26,880 KB |
実行使用メモリ | 6,948 KB |
最終ジャッジ日時 | 2024-06-26 21:25:11 |
合計ジャッジ時間 | 618 ms |
ジャッジサーバーID (参考情報) |
judge5 / judge3 |
(要ログイン)
テストケース
テストケース表示入力 | 結果 | 実行時間 実行使用メモリ |
---|---|---|
testcase_00 | WA | - |
testcase_01 | WA | - |
testcase_02 | WA | - |
testcase_03 | WA | - |
testcase_04 | WA | - |
testcase_05 | WA | - |
testcase_06 | WA | - |
testcase_07 | WA | - |
testcase_08 | WA | - |
testcase_09 | WA | - |
ソースコード
#include<stdio.h> int main() { int S1, S2, S3, S4, S5, S6, S7, S8, S9, a=0; scanf("%d%d%d%d%d%d%d%d%d", &S1, &S2, &S3, &S4, &S5, &S6, &S7, &S8, &S9); if(S1 = 0){ S1 = 10; } if(S2 = 0){ S2 = 10; } if(S3 = 0){ S3 = 10; } if(S4 = 0){ S4 = 10; } if(S5 = 0){ S5 = 10; } if(S6 = 0){ S6 = 10; } if(S7 = 0){ S7 = 10; } if(S8 = 0){ S8 = 10; } if(S9 = 0){ S9 = 10; } a = S1 + S2 + S3 + S4 + S5 + S6 + S7 + S8 + S9; printf("%d", a); }