foo.cc: In function 'int main()':
foo.cc:21:25: error: 'cin' was not declared in this scope
21 | int x1, y1, z1; cin >> x1 >> y1 >> z1;
| ^~~
foo.cc:24:8: error: 'class Time' has no member named 'inopt'
24 | t2.inopt(x2, y2, z2); t1.inopt(x1, y1, z1);
| ^~~~~
foo.cc:24:33: error: 'class Time' has no member named 'inopt'
24 | t2.inopt(x2, y2, z2); t1.inopt(x1, y1, z1);
| ^~~~~
foo.cc:25:5: error: 'cout' was not declared in this scope
25 | cout << t1.timeconsion() - t2.timeconsion();
| ^~~~
foo.cc:26:14: error: expected '}' at end of input
26 | return 0;
| ^
foo.cc:20:1: note: to match this '{'
20 | {
| ^
[Hydro](https://hydro.ac)提供评测服务