Submission #754651

# Submission time Handle Problem Language Result Execution time Memory
754651 2023-06-08T08:18:44 Z smit291195 Programming Contest (POI11_pro) Python 3
0 / 100
23 ms 2912 KB
import sys
import math
T = int(sys.stdin.readline())
if T > 1:
    N = [list(map(int, sys.stdin.readline().split())) for _ in range(T-1)]
else:
    N = int(sys.stdin.readline())
thr=0.01
ai = [list(map(lambda x: (float(x) + math.ceil(float(x)* 0.1)), sys.stdin.readline().split())) for _ in range(T)]
total_sum = ["Case #"+ str(number+1) +": " + str(int(sum(sublist))) for number,sublist in enumerate(ai)]
for result in total_sum:
    print(result)
# Verdict Execution time Memory Grader output
1 Runtime error 13 ms 2772 KB Execution failed because the return code was nonzero
2 Halted 0 ms 0 KB -
# Verdict Execution time Memory Grader output
1 Runtime error 13 ms 2836 KB Execution failed because the return code was nonzero
2 Halted 0 ms 0 KB -
# Verdict Execution time Memory Grader output
1 Runtime error 15 ms 2828 KB Execution failed because the return code was nonzero
2 Halted 0 ms 0 KB -
# Verdict Execution time Memory Grader output
1 Runtime error 14 ms 2836 KB Execution failed because the return code was nonzero
2 Halted 0 ms 0 KB -
# Verdict Execution time Memory Grader output
1 Runtime error 17 ms 2772 KB Execution failed because the return code was nonzero
2 Halted 0 ms 0 KB -
# Verdict Execution time Memory Grader output
1 Runtime error 15 ms 2912 KB Execution failed because the return code was nonzero
2 Halted 0 ms 0 KB -
# Verdict Execution time Memory Grader output
1 Runtime error 20 ms 2748 KB Execution failed because the return code was nonzero
2 Halted 0 ms 0 KB -
# Verdict Execution time Memory Grader output
1 Runtime error 23 ms 2820 KB Execution failed because the return code was nonzero
2 Halted 0 ms 0 KB -
# Verdict Execution time Memory Grader output
1 Runtime error 14 ms 2768 KB Execution failed because the return code was nonzero
2 Halted 0 ms 0 KB -
# Verdict Execution time Memory Grader output
1 Runtime error 17 ms 2772 KB Execution failed because the return code was nonzero
2 Halted 0 ms 0 KB -