| Problem | primeage |
|---|---|
| User | kit17 |
| Submission Time | 2026-05-21 13:21:59 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
primeage.cpp: In function ‘int main()’:
primeage.cpp:10:17: error: expected ‘;’ before string constant
10 | cout "YES";
| ^~~~~~
| ;
primeage.cpp:11:19: error: expected ‘;’ before ‘if’
11 | a += 1
| ^
| ;
12 | if (a != 1)
| ~~