0_0_33820967_14710.cpp:45:21: error: expected initializer before 'ull'
typedef unsigned ll ull;
^
0_0_33820967_14710.cpp:46:9: error: 'ull' does not name a type
typedef ull fuko[yuzu|10];
^
0_0_33820967_14710.cpp:47:1: error: 'fuko' does not name a type
fuko fib={0,1,2};
^
0_0_33820967_14710.cpp: In function 'int main()':
0_0_33820967_14710.cpp:49:3: error: 'ull' was not declared in this scope
ull i,a,b,c,x;
^
0_0_33820967_14710.cpp:50:8: error: 'i' was not declared in this scope
for (i=3;i<=70;++i) fib[i]=fib[i-1]+fib[i-2];
^
0_0_33820967_14710.cpp:50:23: error: 'fib' was not declared in this scope
for (i=3;i<=70;++i) fib[i]=fib[i-1]+fib[i-2];
^
0_0_33820967_14710.cpp:52:5: error: 'a' was not declared in this scope
a=b=c=0;
^
0_0_33820967_14710.cpp:52:7: error: 'b' was not declared in this scope
a=b=c=0;
^
0_0_33820967_14710.cpp:52:9: error: 'c' was not declared in this scope
a=b=c=0;
^
0_0_33820967_14710.cpp:53:15: error: 'x' was not declared in this scope
for (read(x),i=1;i<=x;++i) a+=fib[i]*read();
^
0_0_33820967_14710.cpp:53:18: error: 'i' was not declared in this scope
for (read(x),i=1;i<=x;++i) a+=fib[i]*read();
^
0_0_33820967_14710.cpp:53:35: error: 'fib' was not declared in this scope
for (read(x),i=1;i<=x;++i) a+=fib[i]*read();
^
0_0_33820967_14710.cpp:54:15: error: 'x' was not declared in this scope
for (read(x),i=1;i<=x;++i) b+=fib[i]*read();
^
0_0_33820967_14710.cpp:54:18: error: 'i' was not declared in this scope
for (read(x),i=1;i<=x;++i) b+=fib[i]*read();
^
0_0_33820967_14710.cpp:54:35: error: 'fib' was not declared in this scope
for (read(x),i=1;i<=x;++i) b+=fib[i]*read();
^
0_0_33820967_14710.cpp:55:15: error: 'x' was not declared in this scope
for (read(x),i=1;i<=x;++i) c+=fib[i]*read();
^
0_0_33820967_14710.cpp:55:18: error: 'i' was not declared in this scope
for (read(x),i=1;i<=x;++i) c+=fib[i]*read();
^
0_0_33820967_14710.cpp:55:35: error: 'fib' was not declared in this scope
for (read(x),i=1;i<=x;++i) c+=fib[i]*read();
^
0_0_33820967_14710.cpp:56:5: error: 'x' was not declared in this scope
x=a*b-c;
^
0_0_33820967_14710.cpp:57:23: error: 'fib' was not declared in this scope
int p=lower_bound(fib+1,fib+71,x)-fib;
^
|