結果
問題 |
No.2088 数当てゲーム
|
ユーザー |
![]() |
提出日時 | 2022-09-30 22:51:10 |
言語 | Python3 (3.13.1 + numpy 2.2.1 + scipy 1.14.1) |
結果 |
WA
|
実行時間 | - |
コード長 | 151 bytes |
コンパイル時間 | 297 ms |
コンパイル使用メモリ | 12,416 KB |
実行使用メモリ | 10,752 KB |
最終ジャッジ日時 | 2024-12-23 00:34:55 |
合計ジャッジ時間 | 4,139 ms |
ジャッジサーバーID (参考情報) |
judge4 / judge3 |
(要ログイン)
ファイルパターン | 結果 |
---|---|
other | WA * 21 |
ソースコード
S=open(0).read().split() assert(len(S)==2) assert("."not in S[0]) assert("."not in S[1]) assert(abs(int(S[0]))<=10**18) assert(abs(int(S[1]))<=10**18)