Problem dayum
User niicoletong
Submission Time 2025-06-20 13:21:20
Score 0
Max Time N/A
Max Memory N/A

Compile Error

dayum.cpp: In function ‘int main()’:
dayum.cpp:5:1: error: ‘vint’ was not declared in this scope; did you mean ‘uint’?
5 | vint n;
| ^~~~
| uint
dayum.cpp:6:9: error: ‘n’ was not declared in this scope; did you mean ‘yn’?
6 | cin >> n;
| ^
| yn