0_0_32010154_28273.cpp: In function 'int main()':
0_0_32010154_28273.cpp:17:13: error: 'b100' was not declared in this scope
c=(a[j]-b100)/50;
^
0_0_32010154_28273.cpp:18:18: error: 'c50' was not declared in this scope
d=(a[j]-b100-c50)/10;
^
0_0_32010154_28273.cpp:19:22: error: 'd10' was not declared in this scope
e=(a[j]-b100-c50-d10)/5;
^
0_0_32010154_28273.cpp:20:26: error: 'e5' was not declared in this scope
f=(a[j]-b100-c50-d10-e5)/2;
^
0_0_32010154_28273.cpp:21:29: error: 'f2' was not declared in this scope
g=(a[j]-b100-c50-d10-e5-f2)/1;
^
|