結果
問題 | No.313 π |
ユーザー | matsu7874 |
提出日時 | 2015-12-07 00:32:34 |
言語 | Python3 (3.13.1 + numpy 2.2.1 + scipy 1.14.1) |
結果 |
AC
|
実行時間 | 148 ms / 5,000 ms |
コード長 | 185 bytes |
コンパイル時間 | 170 ms |
コンパイル使用メモリ | 12,544 KB |
実行使用メモリ | 11,136 KB |
最終ジャッジ日時 | 2024-09-14 17:08:10 |
合計ジャッジ時間 | 4,186 ms |
ジャッジサーバーID (参考情報) |
judge4 / judge5 |
(要ログイン)
ファイルパターン | 結果 |
---|---|
sample | AC * 2 |
other | AC * 32 |
ソースコード
A=[20104,20063,19892,20010,19874,20199,19898,20163,19956,19841] S=input() if S[0] != '3': print(S[0],3) exit() for c in S[2:]: A[int(c)] -= 1 print(A.index(-1), A.index(1))