結果

問題 No.504 ゲーム大会(ランキング)
ユーザー hanorver
提出日時 2017-04-22 10:47:34
言語 Python3
(3.13.1 + numpy 2.2.1 + scipy 1.14.1)
結果
AC  
実行時間 595 ms / 2,000 ms
コード長 90 bytes
コンパイル時間 120 ms
コンパイル使用メモリ 12,544 KB
実行使用メモリ 11,520 KB
最終ジャッジ日時 2024-07-21 16:03:31
合計ジャッジ時間 6,042 ms
ジャッジサーバーID
(参考情報)
judge1 / judge2
このコードへのチャレンジ
(要ログイン)
ファイルパターン 結果
sample AC * 2
other AC * 13
権限があれば一括ダウンロードができます

ソースコード

diff #

f=input;n=int(f());a=int(f());c=1;print(1)
for i in [0]*~-n:
 if a<int(f()):c+=1
 print(c)
0