0_0_38827118_5979.cpp: In function 'int main()':
0_0_38827118_5979.cpp:41:42: error: 'amp' was not declared in this scope
41 | } else if(a.total == maxv.total && a.time < maxv.time) {
| ^~~
0_0_38827118_5979.cpp:41:50: error: expected ')' before ';' token
41 | } else if(a.total == maxv.total && a.time < maxv.time) {
| ~ ^
| )
0_0_38827118_5979.cpp:41:70: error: expected ';' before ')' token
41 | } else if(a.total == maxv.total && a.time < maxv.time) {
| ^
| ;
|