結果
問題 | No.280 歯車の問題(1) |
ユーザー |
👑 ![]() |
提出日時 | 2021-06-19 01:39:34 |
言語 | PyPy3 (7.3.15) |
結果 |
AC
|
実行時間 | 37 ms / 1,000 ms |
コード長 | 82 bytes |
コンパイル時間 | 176 ms |
コンパイル使用メモリ | 82,560 KB |
実行使用メモリ | 53,296 KB |
最終ジャッジ日時 | 2024-06-22 21:48:31 |
合計ジャッジ時間 | 3,893 ms |
ジャッジサーバーID (参考情報) |
judge3 / judge2 |
(要ログイン)
ファイルパターン | 結果 |
---|---|
other | AC * 31 |
ソースコード
N=int(input())Z=list(map(int,input().split()))print("{}/{}".format(Z[-1],Z[0]))