結果

問題 No.1499 羊が、何匹だっけ
ユーザー googol_S0googol_S0
提出日時 2021-05-07 22:12:16
言語 PyPy3
(7.3.15)
結果
AC  
実行時間 66 ms / 2,000 ms
コード長 79 bytes
コンパイル時間 288 ms
コンパイル使用メモリ 87,196 KB
実行使用メモリ 71,420 KB
最終ジャッジ日時 2023-10-13 13:21:26
合計ジャッジ時間 1,911 ms
ジャッジサーバーID
(参考情報)
judge14 / judge15
このコードへのチャレンジ(β)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 59 ms
71,420 KB
testcase_01 AC 60 ms
71,412 KB
testcase_02 AC 60 ms
71,328 KB
testcase_03 AC 61 ms
71,280 KB
testcase_04 AC 61 ms
71,368 KB
testcase_05 AC 63 ms
71,376 KB
testcase_06 AC 65 ms
71,392 KB
testcase_07 AC 63 ms
71,364 KB
testcase_08 AC 64 ms
71,336 KB
testcase_09 AC 66 ms
71,148 KB
testcase_10 AC 64 ms
71,240 KB
権限があれば一括ダウンロードができます

ソースコード

diff #

for t in range(int(input())):
  a,b,c,d=input().split()
  print(a,b,int(c)+1,d)
0