| Problem | psle |
|---|---|
| User | jamallikestocode |
| Submission Time | 2026-01-06 20:31:43 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
psle.cpp:10:21: error: stray ‘\357’ in program
10 | cout << "A*";
| ^
psle.cpp:10:22: error: stray ‘\274’ in program
10 | cout << "A*";
| ^
psle.cpp:10:23: error: stray ‘\233’ in program
10 | cout << "A*";
| ^
psle.cpp: In function ‘int main()’:
psle.cpp:10:21: error: expected ‘;’ before ‘}’ token
10 | cout << "A*";
| ^
| ;
11 | }else if(s >= 75 && s <= 89){
| ~