結果
問題 |
No.2140 Triangle
|
ユーザー |
|
提出日時 | 2022-12-02 21:24:04 |
言語 | PyPy3 (7.3.15) |
結果 |
AC
|
実行時間 | 43 ms / 2,000 ms |
コード長 | 94 bytes |
コンパイル時間 | 190 ms |
コンパイル使用メモリ | 82,392 KB |
実行使用メモリ | 55,352 KB |
最終ジャッジ日時 | 2024-10-09 22:27:28 |
合計ジャッジ時間 | 2,318 ms |
ジャッジサーバーID (参考情報) |
judge5 / judge1 |
(要ログイン)
ファイルパターン | 結果 |
---|---|
sample | AC * 2 |
other | AC * 28 |
ソースコード
import sys input = sys.stdin.readline from collections import * A = int(input()) print(2*A-1)