Problem | psle |
---|---|
User | chaewon11 |
Submission Time | 2025-07-29 17:01:23 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
psle.cpp: In function ‘int main()’:
psle.cpp:9:14: error: expected ‘;’ before ‘}’ token
9 | cout << "A*"
| ^
| ;
10 | } else if (linen > 74) {
| ~
psle.cpp: At global scope:
psle.cpp:10:4: error: expected unqualified-id before ‘else’
10 | } else if (linen > 74) {
| ^~~~
psle.cpp:12:4: error: expected unqualified-id before ‘else’
12 | } else if (linen > 59) {
| ^~~~
psle.cpp:14:4: error: expected unqualified-id before ‘else’
14 | } else if (linen > 49) {
| ^~~~
psle.cpp:16:4: error: expected unqualified-id before ‘else’
16 | } else if (linen > 34) {
| ^~~~
psle.cpp:18:4: error: expected unqualified-id before ‘else’
18 | } else if (linen > 19) {
| ^~~~
psle.cpp:24:5: error: expected unqualified-id before ‘return’
24 | return 0;
| ^~~~~~
psle.