| Problem | tourist_noi |
|---|---|
| User | elsatanyixin |
| Submission Time | 2026-02-28 09:59:57 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
tourist_noi.cpp: In function ‘int main()’:
tourist_noi.cpp:15:6: error: expected ‘(’ before ‘numChosen’
15 | for numChosen = 0;
| ^~~~~~~~~
| (
tourist_noi.cpp:15:6: error: ‘numChosen’ was not declared in this scope
15 | for numChosen = 0;
| ^~~~~~~~~
tourist_noi.cpp:18:2: error: expected primary-expression before ‘for’
18 | for (int j=0; j<n; j++){
| ^~~
tourist_noi.cpp:15:20: error: expected ‘;’ before ‘for’
15 | for numChosen = 0;
| ^
| ;
......
18 | for (int j=0; j<n; j++){
| ~~~
tourist_noi.cpp:18:2: error: expected primary-expression before ‘for’
18 | for (int j=0; j<n; j++){
| ^~~
tourist_noi.cpp:15:20: error: expected ‘)’ before ‘for’
15 | for numChosen = 0;
| ~~~~~~~~~ ^
| )
......
18 | for (int j=0; j&