Problem childsetter4
User Debdan01
Submission Time 2025-07-03 16:53:10
Score 0
Max Time N/A
Max Memory N/A

Compile Error

childsetter4.cpp: In function ‘int main()’:
childsetter4.cpp:4:13: error: expected initializer before ‘:’ token
4 | long long n:;
| ^
childsetter4.cpp:5:9: error: ‘n’ was not declared in this scope
5 | cin >> n;
| ^