Problem psle
User ryelin
Submission Time 2023-11-08 10:50:59
Score 0
Max Time N/A
Max Memory N/A

Compile Error

psle.cpp:1:1: error: ‘include’ does not name a type
1 | include <bits/stdc++.h>
| ^~~~~~~
psle.cpp: In function ‘int main()’:
psle.cpp:5:2: error: ‘cin’ was not declared in this scope
5 | cin >> s;
| ^~~
psle.cpp:7:3: error: ‘cout’ was not declared in this scope
7 | cout << "A*";
| ^~~~
psle.cpp:9:3: error: ‘cout’ was not declared in this scope
9 | cout << "A";
| ^~~~
psle.cpp:10:18: error: expected ‘)’ before ‘s’
10 | } else if (s>=60 s<=74){
| ~ ^~
| )
psle.cpp:11:3: error: ‘cout’ was not declared in this scope
11 | cout << "B";
| ^~~~
psle.cpp:12:18: error: expected ‘)’ before ‘s’
12 | } else if (s>=50 s<=59){
| ~ ^~
| )
psle.cpp:13:3: error: ‘cout’ was not declared in this scope
13 | cout << "C";