Problem psle
User plka
Submission Time 2025-02-17 17:58:12
Score 0
Max Time N/A
Max Memory N/A

Compile Error

psle.cpp: In function ‘int main()’:
psle.cpp:6:9: error: expected primary-expression before ‘int’
6 | cin >> int n;
| ^~~
psle.cpp:7:9: error: ‘n’ was not declared in this scope
7 | if (n < 20){
| ^