Problem | psle |
---|---|
User | Adflhjk |
Submission Time | 2024-11-07 10:22:39 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
psle.cpp:17:10: error: stray ‘\342’ in program
17 | if (s≥91) {
| ^
psle.cpp:17:11: error: stray ‘\211’ in program
17 | if (s≥91) {
| ^
psle.cpp:17:12: error: stray ‘\245’ in program
17 | if (s≥91) {
| ^
psle.cpp:20:15: error: stray ‘\342’ in program
20 | else if (s≥75) {
| ^
psle.cpp:20:16: error: stray ‘\211’ in program
20 | else if (s≥75) {
| ^
psle.cpp:20:17: error: stray ‘\245’ in program
20 | else if (s≥75) {
| ^
psle.cpp: In function ‘int32_t main()’:
psle.cpp:16:9: error: expected initializer before ‘>>’ token
16 | cin >> s;
| ^~
psle.cpp:17:10: error: expected ‘)’ before numeric constant
17 | if (s≥91) {
| ~ ^ ~~
| )
psle.cpp:20:15: error: expected ‘)’ before numeric constant