Problem | 0405 |
---|---|
User | squishychicken |
Submission Time | 2025-05-26 12:22:45 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
0405.cpp: In function ‘int main()’:
0405.cpp:9:18: error: expected ‘;’ at end of input
9 | cout<<2<<3<<5<<7
| ~^
| ;
0405.cpp:9:17: error: expected ‘}’ at end of input
9 | cout<<2<<3<<5<<7
| ^
0405.cpp:7:15: note: to match this ‘{’
7 | signed main() {
| ^