結果
問題 |
No.8015 アンチローリングハッシュ
|
ユーザー |
|
提出日時 | 2025-09-20 07:00:41 |
言語 | Python3 (3.13.1 + numpy 2.2.1 + scipy 1.14.1) |
結果 |
WA
|
実行時間 | - |
コード長 | 224 bytes |
コンパイル時間 | 344 ms |
コンパイル使用メモリ | 12,288 KB |
実行使用メモリ | 10,368 KB |
最終ジャッジ日時 | 2025-09-20 07:00:47 |
合計ジャッジ時間 | 4,711 ms |
ジャッジサーバーID (参考情報) |
judge3 / judge1 |
(要ログイン)
ファイルパターン | 結果 |
---|---|
sample | WA * 2 |
other | AC * 2 WA * 19 |
ソースコード
import sys def input(): return sys.stdin.readline()[:-1] def main(): A, B = map(int, input().split()) print("ab") print("ba") if not __debug__: f = open(sys.argv[1], "r") sys.stdin = f main()