0_0_33757612_29406.cpp: In function 'int main()':
0_0_33757612_29406.cpp:83:10: error: 'type' was not declared in this scope
cin >> type >> x >> y;
^
0_0_33757612_29406.cpp:83:18: error: 'x' was not declared in this scope
cin >> type >> x >> y;
^
0_0_33757612_29406.cpp:83:23: error: 'y' was not declared in this scope
cin >> type >> x >> y;
^
|