Problem shortest
User Hytoh
Submission Time 2023-05-08 17:44:52
Score 0
Max Time N/A
Max Memory N/A

Compile Error

shortest.cpp: In function ‘int main()’:
shortest.cpp:5:24: error: expected initializer before ‘n’
5 | unsigned long longint n;
| ^
shortest.cpp:6:9: error: ‘n’ was not declared in this scope; did you mean ‘yn’?
6 | cin >> n;
| ^
| yn