Problem typicalstairs
User Enderpotato
Submission Time 2024-02-14 16:41:41
Score 0
Max Time N/A
Max Memory N/A

Compile Error

typicalstairs.cpp:7:26: error: expected constructor, destructor, or type conversion before β€˜(’ token
7 | ios_base::sync_with_stdio(false);
| ^
typicalstairs.cpp:8:1: error: β€˜cin’ does not name a type
8 | cin.tie(NULL);
| ^~~