Problem | add1 |
---|---|
User | AustinPi |
Submission Time | 2024-07-07 22:32:58 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
add1.cpp: In function ‘int main()’:
add1.cpp:8:28: error: expected ‘)’ before numeric constant
8 | for (long long i=0;i<a;i++ 0) {
| ~ ^~
| )
add1.cpp:8:30: error: expected ‘;’ before ‘)’ token
8 | for (long long i=0;i<a;i++ 0) {
| ^
| ;