0_0_32583696_28369.cpp: In function 'int main()':
0_0_32583696_28369.cpp:5:2: error: 'll' was not declared in this scope
ll a,b;
^
0_0_32583696_28369.cpp:6:27: error: 'a' was not declared in this scope
while(~scanf("%lld%lld",&a,&b))
^
0_0_32583696_28369.cpp:6:30: error: 'b' was not declared in this scope
while(~scanf("%lld%lld",&a,&b))
^
|