Problem | atleasttripledate |
---|---|
User | Hytoh |
Submission Time | 2023-12-23 10:48:15 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
atleasttripledate.cpp: In function ‘int main()’:
atleasttripledate.cpp:5:2: error: expected ‘,’ or ‘;’ before ‘int’
5 | int n;
| ^~~
atleasttripledate.cpp:6:9: error: ‘n’ was not declared in this scope
6 | cin >> n;
| ^