結果
問題 | No.8093 Please GCD |
ユーザー |
![]() |
提出日時 | 2022-04-01 22:34:14 |
言語 | PyPy3 (7.3.15) |
結果 |
WA
|
実行時間 | - |
コード長 | 154 bytes |
コンパイル時間 | 522 ms |
コンパイル使用メモリ | 82,432 KB |
実行使用メモリ | 70,908 KB |
平均クエリ数 | 1.00 |
最終ジャッジ日時 | 2024-11-20 10:25:39 |
合計ジャッジ時間 | 7,942 ms |
ジャッジサーバーID (参考情報) |
judge3 / judge4 |
(要ログイン)
ファイルパターン | 結果 |
---|---|
other | WA * 30 |
ソースコード
mod = 998244353 def main(): import sys input = sys.stdin.readline N = int(input()) print("AC") if __name__ == '__main__': main()