| Problem | guessproblem3 |
|---|---|
| User | jeongwonho64 |
| Submission Time | 2023-04-05 18:14:13 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
guessproblem3.cpp: In function ‘int main()’:
guessproblem3.cpp:6:28: error: expected ‘;’ before ‘if’
6 | if(n==1)cout<<"helloworld"
| ^
| ;
7 | if(n==3)cout<<"addition";
| ~~