Problem | snail |
---|---|
User | ilikeeggs |
Submission Time | 2024-10-10 22:24:55 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
snail.cpp: In function ‘int32_t main()’:
snail.cpp:16:20: error: invalid operands of types ‘long long int’ and ‘const char [2]’ to binary ‘operator<<’
16 | cout << (h/p[0]-1 << " " << 0;
| ~~~~~~~~ ^~ ~~~
| | |
| | const char [2]
| long long int
snail.cpp:16:31: error: expected ‘)’ before ‘;’ token
16 | cout << (h/p[0]-1 << " " << 0;
| ~ ^
| )