Problem psle
User Maskaphobia
Submission Time 2024-02-10 09:04:31
Score 0
Max Time N/A
Max Memory N/A

Compile Error

psle.cpp: In function ‘int grading(int)’:
psle.cpp:25:11: error: a function-definition is not allowed here before ‘{’ token
25 | int main(){
| ^
psle.cpp:30:1: error: expected ‘}’ at end of input
30 | }
| ^
psle.cpp:3:19: note: to match this ‘{’
3 | int grading(int a){
| ^