Submission #10296507


Source Code Expand

a, b = map(int,input().split())
if a < 0:
    a+=1
if b < 0:
    b+=1
print(abs(b- a))

Submission Info

Submission Time
Task A - 階段の下
User recuraki
Language PyPy3 (2.4.0)
Score 100
Code Size 91 Byte
Status AC
Exec Time 166 ms
Memory 38256 KB

Judge Result

Set Name Sample All
Score / Max Score 0 / 0 100 / 100
Status
AC × 3
AC × 15
Set Name Test Cases
Sample sample_01.txt, sample_02.txt, sample_03.txt
All 01.txt, 02.txt, 03.txt, 04.txt, 05.txt, 06.txt, 07.txt, 08.txt, 09.txt, 10.txt, 11.txt, 12.txt, sample_01.txt, sample_02.txt, sample_03.txt
Case Name Status Exec Time Memory
01.txt AC 162 ms 38256 KB
02.txt AC 161 ms 38256 KB
03.txt AC 163 ms 38256 KB
04.txt AC 161 ms 38256 KB
05.txt AC 160 ms 38256 KB
06.txt AC 161 ms 38256 KB
07.txt AC 160 ms 38256 KB
08.txt AC 162 ms 38256 KB
09.txt AC 162 ms 38256 KB
10.txt AC 166 ms 38256 KB
11.txt AC 162 ms 38256 KB
12.txt AC 164 ms 38256 KB
sample_01.txt AC 162 ms 38256 KB
sample_02.txt AC 164 ms 38256 KB
sample_03.txt AC 162 ms 38256 KB