0_0_39248229_18112.cpp: In function 'int main()':
0_0_39248229_18112.cpp:23:22: error: 'amp' was not declared in this scope; did you mean 'cmp'?
23 | scanf("%d", &T);
| ^~~
| cmp
0_0_39248229_18112.cpp:23:27: error: expected ';' before ')' token
23 | scanf("%d", &T);
| ^
| ;
0_0_39248229_18112.cpp:26:35: error: expected ';' before ')' token
26 | scanf("%d", &n);
| ^
| ;
0_0_39248229_18112.cpp:28:47: error: 'i' was not declared in this scope
28 | scanf("%d%d", &ta[i].c, &ta[i].d);
| ^
|