0_0_14516163_6065.cpp:6:1: error: 'LL' does not name a type
LL t;
^
0_0_14516163_6065.cpp:7:1: error: 'LL' does not name a type
LL a,b,c;
^
0_0_14516163_6065.cpp:8:1: error: 'LL' does not name a type
LL k;
^
0_0_14516163_6065.cpp:9:1: error: 'LL' does not name a type
LL get(LL x){
^
0_0_14516163_6065.cpp: In function 'int main()':
0_0_14516163_6065.cpp:19:17: error: 't' was not declared in this scope
scanf("%I64d",&t);
^
0_0_14516163_6065.cpp:21:33: error: 'a' was not declared in this scope
scanf("%I64d%I64d%I64d%I64d",&a,&b,&c,&k);
^
0_0_14516163_6065.cpp:21:36: error: 'b' was not declared in this scope
scanf("%I64d%I64d%I64d%I64d",&a,&b,&c,&k);
^
0_0_14516163_6065.cpp:21:39: error: 'c' was not declared in this scope
scanf("%I64d%I64d%I64d%I64d",&a,&b,&c,&k);
^
0_0_14516163_6065.cpp:21:42: error: 'k' was not declared in this scope
scanf("%I64d%I64d%I64d%I64d",&a,&b,&c,&k);
^
0_0_14516163_6065.cpp:25:30: error: 'get' was not declared in this scope
printf("%I64d\n",get(k - 1) * a);
^
0_0_14516163_6065.cpp:25:30: note: suggested alternative:
In file included from GCC4.9.2/x86_64-w64-mingw32/include/c++/functional:55:0,
from GCC4.9.2/x86_64-w64-mingw32/include/c++/x86_64-w64-mingw32/bits/stdc++.h:70,
from 0_0_14516163_6065.cpp:2:
GCC4.9.2/x86_64-w64-mingw32/include/c++/tuple:772:5: note: 'std::get'
get(tuple<_Elements...>&& __t) noexcept
^
|