| Problem | lightningrod |
|---|---|
| User | wahjsodhowasd |
| Submission Time | 2026-02-19 12:14:47 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
lightningrod.cpp: In function ‘int main()’:
lightningrod.cpp:9:6: error: invalid operands of types ‘int(const char*, ...)’ and ‘long long int’ to binary ‘operator>>’
9 | scanf>>N;
| ~~~~~^~~
| | |
| | long long int
| int(const char*, ...)
lightningrod.cpp:12:6: error: invalid operands of types ‘int(const char*, ...)’ and ‘long long int’ to binary ‘operator>>’
12 | scanf>>X>>Y;
| ~~~~~^~~
| | |
| | long long int
| int(const char*, ...)