Problem psle
User AR13L
Submission Time 2024-04-21 12:14:42
Score 0
Max Time N/A
Max Memory N/A

Compile Error

psle.cpp: In function ‘int main()’:
psle.cpp:4:5: error: redeclaration of ‘int score’
4 | int score = 50;
| ^~~~~
psle.cpp:3:5: note: ‘int score’ previously declared here
3 | int score = 97;
| ^~~~~