0_0_36504969_11837.cpp:4:19: error: expected unqualified-id before numeric constant
typedef long long 11;
^
0_0_36504969_11837.cpp: In function 'int main()':
0_0_36504969_11837.cpp:22:4: error: 'll' was not declared in this scope
ll sum=0;
^
0_0_36504969_11837.cpp:24:5: error: 'sum' was not declared in this scope
sum+=a[i]*(mid/b[i]);
^
0_0_36504969_11837.cpp:25:7: error: 'sum' was not declared in this scope
if(sum>=h)
^
0_0_36504969_11837.cpp:30:6: error: 'k' was not declared in this scope
if(k==ansl)
^
0_0_36504969_11837.cpp:30:9: error: 'ansl' was not declared in this scope
if(k==ansl)
^
0_0_36504969_11837.cpp:31:29: error: expected primary-expression before 'continue'
cout<<"Impossible"<<endl,continue;
^
0_0_36504969_11837.cpp:32:9: error: 'ansl' was not declared in this scope
cout<<ansl<<l;
^
|