0_0_26050076_16976.cpp: In function 'int main()':
0_0_26050076_16976.cpp:19:5: error: expected initializer before 'long'
long long p;
^
0_0_26050076_16976.cpp:20:18: error: 'T' was not declared in this scope
scanf("%d", &T);
^
0_0_26050076_16976.cpp:23:25: error: 'p' was not declared in this scope
scanf("%I64d", &p);
^
|