import java.util.*;
import java.io.*;
public class strange_device {
public static void main(String[] args) throws IOException
{
Scanner scan = new Scanner(System.in);
PrintWriter out=new PrintWriter(System.out);
int n = scan.nextInt();
int a = scan.nextInt();
int b = scan.nextInt();
int count = 0;
Set<String> found = new HashSet<String>();
for (int i = 0; i < n; i++) {
int f = scan.nextInt();
int l = scan.nextInt();
for (int j = f; j <= l; j++) {
String xy = ((j+(int)Math.floor(j/b))%a)+ " " +( j % b);
//System.out.println("("+x+","+y+")");
found.add(xy);
}
}
out.println(found.size());
out.close();
}
}
# |
결과 |
실행 시간 |
메모리 |
Grader output |
1 |
Correct |
123 ms |
11132 KB |
Output is correct |
2 |
Runtime error |
122 ms |
10828 KB |
Execution failed because the return code was nonzero |
3 |
Halted |
0 ms |
0 KB |
- |
# |
결과 |
실행 시간 |
메모리 |
Grader output |
1 |
Correct |
117 ms |
10972 KB |
Output is correct |
2 |
Runtime error |
135 ms |
11016 KB |
Execution failed because the return code was nonzero |
3 |
Halted |
0 ms |
0 KB |
- |
# |
결과 |
실행 시간 |
메모리 |
Grader output |
1 |
Correct |
127 ms |
10876 KB |
Output is correct |
2 |
Runtime error |
132 ms |
10944 KB |
Execution failed because the return code was nonzero |
3 |
Halted |
0 ms |
0 KB |
- |
# |
결과 |
실행 시간 |
메모리 |
Grader output |
1 |
Correct |
139 ms |
10988 KB |
Output is correct |
2 |
Runtime error |
123 ms |
11044 KB |
Execution failed because the return code was nonzero |
3 |
Halted |
0 ms |
0 KB |
- |
# |
결과 |
실행 시간 |
메모리 |
Grader output |
1 |
Correct |
139 ms |
10988 KB |
Output is correct |
2 |
Runtime error |
123 ms |
11044 KB |
Execution failed because the return code was nonzero |
3 |
Halted |
0 ms |
0 KB |
- |
# |
결과 |
실행 시간 |
메모리 |
Grader output |
1 |
Correct |
139 ms |
10988 KB |
Output is correct |
2 |
Runtime error |
123 ms |
11044 KB |
Execution failed because the return code was nonzero |
3 |
Halted |
0 ms |
0 KB |
- |
# |
결과 |
실행 시간 |
메모리 |
Grader output |
1 |
Correct |
134 ms |
10996 KB |
Output is correct |
2 |
Runtime error |
127 ms |
11004 KB |
Execution failed because the return code was nonzero |
3 |
Halted |
0 ms |
0 KB |
- |
# |
결과 |
실행 시간 |
메모리 |
Grader output |
1 |
Correct |
123 ms |
11132 KB |
Output is correct |
2 |
Runtime error |
122 ms |
10828 KB |
Execution failed because the return code was nonzero |
3 |
Halted |
0 ms |
0 KB |
- |