Problem sixandseven
User Sunnyskyline
Submission Time 2026-06-26 13:32:42
Score 0
Max Time N/A
Max Memory N/A

Compile Error

sixandseven.cpp: In function ‘int main()’:
sixandseven.cpp:7:9: error: redeclaration of ‘int X’
7 | int X = 67;
| ^
sixandseven.cpp:5:13: note: ‘int X’ previously declared here
5 | int N , X;
| ^