Problem | shoop |
---|---|
User | bribritt |
Submission Time | 2024-11-24 17:06:08 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
shoop.cpp: In function ‘int main()’:
shoop.cpp:26:22: error: conflicting declaration ‘int y’
26 | int x = rng() % n, y = rng() % n;
| ^
shoop.cpp:17:7: note: previous declaration as ‘i64 y’
17 | i64 y = x;
| ^