結果
問題 | No.656 ゴルフ |
ユーザー |
|
提出日時 | 2018-03-07 20:48:27 |
言語 | Python3 (3.11.2 + numpy 1.24.2 + scipy 1.10.1) |
結果 |
WA
|
実行時間 | - |
コード長 | 121 bytes |
コンパイル時間 | 140 ms |
コンパイル使用メモリ | 10,576 KB |
実行使用メモリ | 8,004 KB |
最終ジャッジ日時 | 2023-07-27 13:49:13 |
合計ジャッジ時間 | 1,099 ms |
ジャッジサーバーID (参考情報) |
judge12 / judge11 |
テストケース
テストケース表示入力 | 結果 | 実行時間 実行使用メモリ |
---|---|---|
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 | - |
ソースコード
ls=[int(i) for i in input().split()] for i in range(len(ls)): if ls[i]==0: ls[i]=10 print(sum(ls))