Problem | psle |
---|---|
User | aaaaaaaa |
Submission Time | 2023-11-08 11:37:30 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
psle.cpp: In function ‘int main()’:
psle.cpp:7:11: error: ‘a’ was not declared in this scope
7 | cout << a*;
| ^
psle.cpp:7:13: error: expected primary-expression before ‘;’ token
7 | cout << a*;
| ^
psle.cpp:9:11: error: ‘a’ was not declared in this scope
9 | cout << a;
| ^
psle.cpp:11:11: error: ‘b’ was not declared in this scope
11 | cout << b;
| ^
psle.cpp:13:11: error: ‘c’ was not declared in this scope
13 | cout << c;
| ^
psle.cpp:15:11: error: ‘d’ was not declared in this scope
15 | cout << d;
| ^
psle.cpp:17:11: error: ‘e’ was not declared in this scope
17 | cout << e;
| ^
psle.cpp:19:11: error: ‘u’ was not declared in this scope
19 | cout << u;
| ^
psle.cpp:20:2: error: expected ‘}’ at