提出 #45486154
ソースコード 拡げる
Copy
R = int(input())G = int(input())print(2*G-R)
R = int(input()) G = int(input()) print(2*G-R)
提出情報
提出日時 | |
---|---|
問題 | A - Rating Goal |
ユーザ | KoyanagiHitoshi |
言語 | Python (CPython 3.11.4) |
得点 | 100 |
コード長 | 47 Byte |
結果 | AC |
実行時間 | 10 ms |
メモリ | 8580 KB |
ジャッジ結果
セット名 | Sample | All | ||||
---|---|---|---|---|---|---|
得点 / 配点 | 0 / 0 | 100 / 100 | ||||
結果 |
|
|
セット名 | テストケース |
---|---|
Sample | s1.txt, s2.txt |
All | in1.txt, in2.txt, in3.txt, in4.txt, in5.txt, in6.txt, s1.txt, s2.txt |
ケース名 | 結果 | 実行時間 | メモリ |
---|---|---|---|
in1.txt | AC | 9 ms | 8500 KB |
in2.txt | AC | 9 ms | 8432 KB |
in3.txt | AC | 10 ms | 8488 KB |
in4.txt | AC | 9 ms | 8540 KB |
in5.txt | AC | 9 ms | 8580 KB |
in6.txt | AC | 9 ms | 8532 KB |
s1.txt | AC | 9 ms | 8540 KB |
s2.txt | AC | 9 ms | 8496 KB |