Problem card
User eliasxyz
Submission Time 2025-05-26 20:56:14
Score 0
Max Time N/A
Max Memory N/A

Compile Error

card.cpp: In function ‘int main()’:
card.cpp:27:8: error: ‘i’ was not declared in this scope
27 | for(i=0;i<n-y-1;i++){
| ^
card.cpp:27:14: error: ‘n’ was not declared in this scope
27 | for(i=0;i<n-y-1;i++){
| ^
card.cpp:34:8: error: ‘i’ was not declared in this scope
34 | for(i=0;i<y+1;i++){
| ^