Problem 3nplus1
User itsLQ
Submission Time 2023-06-02 23:03:12
Score 0
Max Time N/A
Max Memory N/A

Compile Error

3nplus1.cpp:4:26: error: expected constructor, destructor, or type conversion before ‘(’ token
4 | ios_base::sync_with_stdio(false);
| ^
3nplus1.cpp:5:1: error: ‘cin’ does not name a type; did you mean ‘sin’?
5 | cin.tie(NULL);
| ^~~
| sin
3nplus1.cpp:6:1: error: ‘cout’ does not name a type
6 | cout.tie(NULL);
| ^~~~