0_0_38829489_29720.cpp: In function 'int main()':
0_0_38829489_29720.cpp:13:20: error: 'amp' was not declared in this scope
13 | scanf("%d %d",&n,&m);
| ^~~
0_0_38829489_29720.cpp:13:32: error: expected ';' before ')' token
13 | scanf("%d %d",&n,&m);
| ^
| ;
0_0_38829489_29720.cpp:17:31: error: expected ';' before ')' token
17 | scanf("%s",&f[i].a);
| ^
| ;
|