Submission #422344


Source Code Expand

N=int(input())
kazu=2025-N
ans_=[]

for i in range(1,10):
    if kazu%i==0:
        ans_.append(i)
for j in ans_:
    if int(kazu/j)<=9:
        print(str(j)+' x '+str(int(kazu/j)))

Submission Info

Submission Time
Task C - 九九足し算
User ymduu
Language Python (3.2.3)
Score 100
Code Size 192 Byte
Status AC
Exec Time 141 ms
Memory 8628 KB

Judge Result

Set Name All
Score / Max Score 100 / 100
Status
AC × 18
Set Name Test Cases
All test_1953.txt, test_1971.txt, test_1977.txt, test_1983.txt, test_1989.txt, test_1990.txt, test_1993.txt, test_1995.txt, test_1997.txt, test_1998.txt, test_2001.txt, test_2009.txt, test_2013.txt, test_2017.txt, test_2019.txt, test_2020.txt, test_2022.txt, test_2024.txt
Case Name Status Exec Time Memory
sample_01.txt AC 141 ms 8628 KB
sample_02.txt AC 136 ms 8624 KB
test_1953.txt AC 136 ms 8624 KB
test_1971.txt AC 128 ms 8628 KB
test_1977.txt AC 131 ms 8500 KB
test_1983.txt AC 130 ms 8544 KB
test_1989.txt AC 130 ms 8500 KB
test_1990.txt AC 128 ms 8492 KB
test_1993.txt AC 132 ms 8500 KB
test_1995.txt AC 130 ms 8500 KB
test_1997.txt AC 130 ms 8500 KB
test_1998.txt AC 131 ms 8500 KB
test_2001.txt AC 130 ms 8500 KB
test_2009.txt AC 128 ms 8500 KB
test_2013.txt AC 135 ms 8496 KB
test_2017.txt AC 134 ms 8424 KB
test_2019.txt AC 135 ms 8524 KB
test_2020.txt AC 133 ms 8624 KB
test_2022.txt AC 133 ms 8496 KB
test_2024.txt AC 130 ms 8484 KB