Submission #1790159


Source Code Expand

R=int(input())
G=int(input())
P = 2*G-R
print(P)

Submission Info

Submission Time
Task A - Rating Goal
User unirt
Language Python (3.4.3)
Score 100
Code Size 53 Byte
Status AC
Exec Time 18 ms
Memory 2940 KB

Judge Result

Set Name Sample All
Score / Max Score 0 / 0 100 / 100
Status
AC × 2
AC × 8
Set Name Test Cases
Sample s1.txt, s2.txt
All in1.txt, in2.txt, in3.txt, in4.txt, in5.txt, in6.txt, s1.txt, s2.txt
Case Name Status Exec Time Memory
in1.txt AC 17 ms 2940 KB
in2.txt AC 18 ms 2940 KB
in3.txt AC 18 ms 2940 KB
in4.txt AC 18 ms 2940 KB
in5.txt AC 18 ms 2940 KB
in6.txt AC 18 ms 2940 KB
s1.txt AC 18 ms 2940 KB
s2.txt AC 18 ms 2940 KB