結果
| 問題 |
No.9001 標準入出力の練習問題(テスト用)
|
| ユーザー |
uni_python
|
| 提出日時 | 2020-04-03 23:46:14 |
| 言語 | PyPy3 (7.3.15) |
| 結果 |
WA
|
| 実行時間 | - |
| コード長 | 214 bytes |
| コンパイル時間 | 277 ms |
| コンパイル使用メモリ | 82,404 KB |
| 実行使用メモリ | 52,680 KB |
| 最終ジャッジ日時 | 2024-07-03 06:34:09 |
| 合計ジャッジ時間 | 1,258 ms |
|
ジャッジサーバーID (参考情報) |
judge2 / judge4 |
(要ログイン)
| ファイルパターン | 結果 |
|---|---|
| other | WA * 2 |
ソースコード
def I(): return int(input())
def MI(): return map(int, input().split())
def LI(): return list(map(int, input().split()))
mod=10**9+7
def main():
a,b=MI()
s=input()
print(a+b)
print(s)
main()
uni_python