結果
問題 |
No.442 和と積
|
ユーザー |
![]() |
提出日時 | 2020-12-15 09:28:28 |
言語 | PyPy3 (7.3.15) |
結果 |
WA
|
実行時間 | - |
コード長 | 71 bytes |
コンパイル時間 | 168 ms |
コンパイル使用メモリ | 81,940 KB |
実行使用メモリ | 53,560 KB |
最終ジャッジ日時 | 2024-09-20 01:28:16 |
合計ジャッジ時間 | 1,751 ms |
ジャッジサーバーID (参考情報) |
judge3 / judge2 |
(要ログイン)
ファイルパターン | 結果 |
---|---|
sample | AC * 3 |
other | AC * 11 WA * 7 |
ソースコード
a,b = map(int, input().split()) import math g = math.gcd(a,b) print(g)