| Problem | psle |
|---|---|
| User | totallykaiyuan |
| Submission Time | 2026-03-10 14:15:58 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
psle.cpp: In function ‘int main()’:
psle.cpp:8:2: error: expected ‘,’ or ‘;’ before ‘char’
8 | char A;
| ^~~~
psle.cpp:15:29: error: ‘A’ was not declared in this scope
15 | else if (a >= 75) {cout << A;}
| ^