Problem | fraud |
---|---|
User | OSoverspike |
Submission Time | 2023-04-16 19:30:03 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
fraud.cpp: In function ‘int main()’:
fraud.cpp:19:23: error: expected ‘)’ before ‘;’ token
19 | if (int a=0; a<n-1; a++) {
| ~ ^
| )
fraud.cpp:19:25: error: ‘a’ was not declared in this scope
19 | if (int a=0; a<n-1; a++) {
| ^