0_0_32198643_25862.cpp: In function 'int main()':
0_0_32198643_25862.cpp:74:19: error: 'struct NUM' has no member named 'x'
problem[count].x = 1;
^
0_0_32198643_25862.cpp:75:19: error: 'struct NUM' has no member named 'y'
problem[count].y = 1;
^
0_0_32198643_25862.cpp:89:21: error: 'struct NUM' has no member named 'x'
problem[count].x = i;
^
0_0_32198643_25862.cpp:90:21: error: 'struct NUM' has no member named 'y'
problem[count].y = j;
^
|