| Problem | tourist_noi | 
|---|---|
| User | tanyap2906 | 
| Submission Time | 2025-06-10 16:21:59 | 
| Score | 0 | 
| Max Time | N/A | 
| Max Memory | N/A | 
Owl Get a Life
 tourist_noi.cpp: In function ‘int main()’:
tourist_noi.cpp:8:14: error: expected ‘;’ before ‘}’ token
    8 |   cin >> a[i]
      |              ^
      |              ;
    9 |  }
      |  ~