結果
問題 |
No.3078 Difference Sum Query
|
ユーザー |
![]() |
提出日時 | 2025-06-12 16:39:37 |
言語 | PyPy3 (7.3.15) |
結果 |
WA
|
実行時間 | - |
コード長 | 126 bytes |
コンパイル時間 | 250 ms |
コンパイル使用メモリ | 82,652 KB |
実行使用メモリ | 53,836 KB |
最終ジャッジ日時 | 2025-06-12 16:39:58 |
合計ジャッジ時間 | 2,785 ms |
ジャッジサーバーID (参考情報) |
judge4 / judge1 |
(要ログイン)
ファイルパターン | 結果 |
---|---|
sample | WA * 2 |
other | WA * 26 |
ソースコード
# Read the first line containing N and M N, M = map(int, input().split()) # Output N as the minimal TSP cycle weight print(N)