교차로
Time Limit: 2 SecMemory Limit: 1024 MiB
Example Input 1
2
10 A
10 B
Example Output 1
10
11
Example Input 2
6
0 A
0 C
1 A
1 B
1 C
1 D
Example Output 2
0
0
-1
-1
-1
-1
Example Input 3
6
0 A
0 B
0 C
2 D
2 C
4 B
Example Output 3
0
1
2
4
3
4
Language-Specific Restrictions
© 2023-2025. All rights reserved.
Powered by @Rn
logo