0_0_20945241_17625.cpp:3:1: error: '__int64_t' does not name a type
__int64_t ee(__int64_t a,__int64_t b,__int64_t &x,__int64_t &y){
^
0_0_20945241_17625.cpp:13:1: error: '__int64_t' does not name a type
__int64_t cl(__int64_t a[],__int64_t w[],__int64_t len){
^
0_0_20945241_17625.cpp: In function 'int main()':
0_0_20945241_17625.cpp:29:2: error: '__int64_t' was not declared in this scope
__int64_t n;
^
0_0_20945241_17625.cpp:30:12: error: expected ';' before 'k'
__int64_t k;
^
0_0_20945241_17625.cpp:31:13: error: 'n' was not declared in this scope
while(cin>>n>>k){
^
0_0_20945241_17625.cpp:31:16: error: 'k' was not declared in this scope
while(cin>>n>>k){
^
0_0_20945241_17625.cpp:33:12: error: expected ';' before 'w'
__int64_t w[20],a[20];
^
0_0_20945241_17625.cpp:34:16: error: expected ';' before 'count1'
for(__int64_t count1=0;count1<n;++count1){
^
0_0_20945241_17625.cpp:34:25: error: 'count1' was not declared in this scope
for(__int64_t count1=0;count1<n;++count1){
^
0_0_20945241_17625.cpp:35:8: error: 'w' was not declared in this scope
cin>>w[count1];
^
0_0_20945241_17625.cpp:36:3: error: 'a' was not declared in this scope
a[count1]=w[count1]-k;
^
0_0_20945241_17625.cpp:38:11: error: 'a' was not declared in this scope
cout<<cl(a,w,n)<<endl;
^
0_0_20945241_17625.cpp:38:13: error: 'w' was not declared in this scope
cout<<cl(a,w,n)<<endl;
^
0_0_20945241_17625.cpp:38:16: error: 'cl' was not declared in this scope
cout<<cl(a,w,n)<<endl;
^
|