Submission #636868

# Submission time Handle Problem Language Result Execution time Memory
636868 2022-08-30T10:35:26 Z beaconmc Strange Device (APIO19_strange_device) PyPy 3
0 / 100
69 ms 20236 KB
import sys
input = lambda: sys.stdin.readline().strip()
from math import *
n,a,b = map(int, input().split())



ranges = []
for i in range(n):
    ranges.append(list(map(int, input().split())))

k = (lcm(a,b+1)//(b+1)) * b

print(1)
# Verdict Execution time Memory Grader output
1 Runtime error 61 ms 20136 KB Execution failed because the return code was nonzero
2 Halted 0 ms 0 KB -
# Verdict Execution time Memory Grader output
1 Runtime error 63 ms 20236 KB Execution failed because the return code was nonzero
2 Halted 0 ms 0 KB -
# Verdict Execution time Memory Grader output
1 Runtime error 60 ms 20236 KB Execution failed because the return code was nonzero
2 Halted 0 ms 0 KB -
# Verdict Execution time Memory Grader output
1 Runtime error 60 ms 20212 KB Execution failed because the return code was nonzero
2 Halted 0 ms 0 KB -
# Verdict Execution time Memory Grader output
1 Runtime error 60 ms 20212 KB Execution failed because the return code was nonzero
2 Halted 0 ms 0 KB -
# Verdict Execution time Memory Grader output
1 Runtime error 60 ms 20212 KB Execution failed because the return code was nonzero
2 Halted 0 ms 0 KB -
# Verdict Execution time Memory Grader output
1 Runtime error 69 ms 20236 KB Execution failed because the return code was nonzero
2 Halted 0 ms 0 KB -
# Verdict Execution time Memory Grader output
1 Runtime error 61 ms 20136 KB Execution failed because the return code was nonzero
2 Halted 0 ms 0 KB -