/in/foo.cc: In function 'int main()':
/in/foo.cc:20:2: error: 'cin' was not declared in this scope
cin >> x1 >> x2 >> v1 >> v2 >> len;
^~~
/in/foo.cc:20:2: note: suggested alternative: 'sin'
cin >> x1 >> x2 >> v1 >> v2 >> len;
^~~
sin
/in/foo.cc:40:3: error: 'cout' was not declared in this scope
cout << "Impossible" << endl;
^~~~
/in/foo.cc:40:3: note: suggested alternative: 'cosl'
cout << "Impossible" << endl;
^~~~
cosl
/in/foo.cc:40:27: error: 'endl' was not declared in this scope
cout << "Impossible" << endl;
^~~~
/in/foo.cc:40:27: note: suggested alternative: 'ynl'
cout << "Impossible" << endl;
^~~~
ynl
/in/foo.cc:46:4: error: 'cout' was not declared in this scope
cout << (dx*k / d)%len << endl;
^~~~
/in/foo.cc:46:4: note: suggested alternative: 'cosl'
cout << (dx*k / d)%len << endl;
^~~~
cosl
/in/foo.cc:46:30: error: 'endl' was not declared in this scope
cout << (dx*k / d)%len << endl;
^~~~
/in/foo.cc:46:30: note: suggested alternative: 'ynl'
cout << (dx*k / d)%len << endl;
^~~~
ynl
/in/foo.cc:49:4: error: 'cout' was not declared in this scope
cout << ((len + k)*dx / d)%len << endl;
^~~~
/in/foo.cc:49:4: note: suggested alternative: 'cosl'
cout << ((len + k)*dx / d)%len << endl;
^~~~
cosl
/in/foo.cc:49:38: error: 'endl' was not declared in this scope
cout << ((len + k)*dx / d)%len << endl;
^~~~
/in/foo.cc:49:38: note: suggested alternative: 'ynl'
cout << ((len + k)*dx / d)%len << endl;
^~~~
ynl