Problem | ping |
---|---|
User | PurohitYuvvraj |
Submission Time | 2025-06-12 13:06:34 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
ping.cpp:2:7: error: invalid preprocessing directive #First
2 | # First ping
| ^~~~~
ping.cpp:7:7: error: invalid preprocessing directive #Second
7 | # Second ping
| ^~~~~~
ping.cpp:12:7: error: invalid preprocessing directive #Find
12 | # Find intersection
| ^~~~
ping.cpp:15:7: error: invalid preprocessing directive #Return
15 | # Return the unique intersection value if it exists
| ^~~~~~
ping.cpp:19:11: error: invalid preprocessing directive #fallback
19 | # fallback: not found — you can return -1 or raise error depending on problem
| ^~~~~~~~
ping.cpp:1:1: error: ‘def’ does not name a type
1 | def rabbit(P):
| ^~~
ping.cpp:8:5: error: ‘x2’ does not name a type
8 | x2 = 700_000_000
| ^~
ping.cpp:13:5: error: ‘common’ does not name a type
13 | common = cands1 & cands2
|