| Problem | party_noi |
|---|---|
| User | Ap3xthird515 |
| Submission Time | 2026-02-20 15:41:30 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
party_noi.cpp: In function ‘int main()’:
party_noi.cpp:9:2: error: ‘intt’ was not declared in this scope; did you mean ‘int’?
9 | intt N;
| ^~~~
| int
party_noi.cpp:10:9: error: ‘N’ was not declared in this scope
10 | cin >> N;
| ^