結果

問題 No.671 1000000007
ユーザー YU HiroseYU Hirose
提出日時 2024-05-05 21:17:44
言語 Julia
(2.11.2)
結果
TLE  
実行時間 -
コード長 75 bytes
コンパイル時間 201 ms
コンパイル使用メモリ 5,376 KB
実行使用メモリ 658,608 KB
最終ジャッジ日時 2024-11-27 22:37:09
合計ジャッジ時間 14,332 ms
ジャッジサーバーID
(参考情報)
judge2 / judge3
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 TLE -
testcase_01 TLE -
testcase_02 AC 1,663 ms
237,800 KB
testcase_03 AC 300 ms
237,756 KB
testcase_04 AC 274 ms
237,628 KB
testcase_05 AC 272 ms
238,268 KB
testcase_06 AC 280 ms
237,240 KB
testcase_07 AC 273 ms
238,012 KB
testcase_08 AC 273 ms
237,308 KB
testcase_09 AC 271 ms
237,376 KB
testcase_10 AC 273 ms
237,372 KB
testcase_11 MLE -
権限があれば一括ダウンロードができます

ソースコード

diff #

n = readline()
p = count('0', n) - count('0', "1000000007")
println(abs(p))
0