0_0_36447922_1643.cpp: In function 'int main()':
0_0_36447922_1643.cpp:130:18: error: expected primary-expression before '%' token
scanf("%lld",%T);
^
0_0_36447922_1643.cpp:132:22: error: expected primary-expression before '%' token
scanf("%lld",%d);
^
0_0_36447922_1643.cpp:132:23: error: 'd' was not declared in this scope
scanf("%lld",%d);
^
0_0_36447922_1643.cpp:134:26: error: expected primary-expression before '%' token
scanf("%lld",%a[i]);
^
|