Submission #64345399


Source Code Expand

Copy
X = float(input())
if 38.0 <= X:
print(1)
elif 37.5 <= X < 38.0:
print(2)
else:
print(3)
הההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההה
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
X = float(input())
if 38.0 <= X:
    print(1)
elif 37.5 <= X < 38.0:
    print(2)
else:
    print(3)

Submission Info

Submission Time
Task A - Thermometer
User KoyanagiHitoshi
Language Python (CPython 3.11.4)
Score 100
Code Size 106 Byte
Status AC
Exec Time 10 ms
Memory 8688 KB

Judge Result

Set Name Sample All
Score / Max Score 0 / 0 100 / 100
Status
AC × 3
AC × 30
Set Name Test Cases
Sample 00_sample_00.txt, 00_sample_01.txt, 00_sample_02.txt
All 00_sample_00.txt, 00_sample_01.txt, 00_sample_02.txt, 01_test_00.txt, 01_test_01.txt, 01_test_02.txt, 01_test_03.txt, 01_test_04.txt, 01_test_05.txt, 01_test_06.txt, 01_test_07.txt, 01_test_08.txt, 01_test_09.txt, 01_test_10.txt, 01_test_11.txt, 01_test_12.txt, 01_test_13.txt, 01_test_14.txt, 01_test_15.txt, 01_test_16.txt, 01_test_17.txt, 01_test_18.txt, 01_test_19.txt, 01_test_20.txt, 01_test_21.txt, 01_test_22.txt, 01_test_23.txt, 01_test_24.txt, 01_test_25.txt, 01_test_26.txt
Case Name Status Exec Time Memory
00_sample_00.txt AC 10 ms 8492 KB
00_sample_01.txt AC 10 ms 8532 KB
00_sample_02.txt AC 9 ms 8536 KB
01_test_00.txt AC 9 ms 8476 KB
01_test_01.txt AC 10 ms 8528 KB
01_test_02.txt AC 9 ms 8632 KB
01_test_03.txt AC 10 ms 8516 KB
01_test_04.txt AC 9 ms 8452 KB
01_test_05.txt AC 10 ms 8420 KB
01_test_06.txt AC 9 ms 8612 KB
01_test_07.txt AC 10 ms 8572 KB
01_test_08.txt AC 9 ms 8536 KB
01_test_09.txt AC 9 ms 8528 KB
01_test_10.txt AC 9 ms 8540 KB
01_test_11.txt AC 10 ms 8532 KB
01_test_12.txt AC 10 ms 8564 KB
01_test_13.txt AC 10 ms 8492 KB
01_test_14.txt AC 10 ms 8688 KB
01_test_15.txt AC 10 ms 8472 KB
01_test_16.txt AC 10 ms 8556 KB
01_test_17.txt AC 10 ms 8588 KB
01_test_18.txt AC 9 ms 8588 KB
01_test_19.txt AC 10 ms 8504 KB
01_test_20.txt AC 10 ms 8568 KB
01_test_21.txt AC 9 ms 8452 KB
01_test_22.txt AC 9 ms 8528 KB
01_test_23.txt AC 9 ms 8592 KB
01_test_24.txt AC 9 ms 8536 KB
01_test_25.txt AC 10 ms 8528 KB
01_test_26.txt AC 10 ms 8480 KB


2025-04-05 (Sat)
19:36:26 +00:00