#include using namespace std; int main() { int x; int y; for( x=0,y=200;x<=800;x+=10) cout << "x=" << x << " y=" << y << endl; return 0; }