Problem | psle |
---|---|
User | Kanish |
Submission Time | 2023-11-08 14:24:59 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
psle.cpp: In function ‘int main()’:
psle.cpp:7:9: error: ‘grade’ was not declared in this scope
7 | grade << 'A*';
| ^~~~~
psle.cpp:9:9: error: ‘grade’ was not declared in this scope
9 | grade << 'A';
| ^~~~~
psle.cpp:11:9: error: ‘grade’ was not declared in this scope
11 | grade << 'B';
| ^~~~~
psle.cpp:13:9: error: ‘grade’ was not declared in this scope
13 | grade << 'C';
| ^~~~~
psle.cpp:15:9: error: ‘grade’ was not declared in this scope
15 | grade << 'D';
| ^~~~~
psle.cpp:17:9: error: ‘grade’ was not declared in this scope
17 | grade << 'E';
| ^~~~~
psle.cpp:19:9: error: ‘grade’ was not declared in this scope
19 | grade << 'U';
| ^~~~~