0_0_31648406_13094.cpp:9:1: error: '_int128' does not name a type
_int128 a,b,c,d,sum;
^
0_0_31648406_13094.cpp:10:8: error: '_int128' does not name a type
inline _int128 read()
^
0_0_31648406_13094.cpp:21:17: error: variable or field 'out' declared void
inline void out(_int128 x)
^
0_0_31648406_13094.cpp:21:17: error: '_int128' was not declared in this scope
0_0_31648406_13094.cpp: In function 'int main()':
0_0_31648406_13094.cpp:31:9: error: 'a' was not declared in this scope
a=read();
^
0_0_31648406_13094.cpp:31:16: error: 'read' was not declared in this scope
a=read();
^
0_0_31648406_13094.cpp:32:9: error: 'b' was not declared in this scope
b=read();
^
0_0_31648406_13094.cpp:33:9: error: 'c' was not declared in this scope
c=read();
^
0_0_31648406_13094.cpp:34:9: error: 'd' was not declared in this scope
d=read();
^
0_0_31648406_13094.cpp:35:9: error: 'sum' was not declared in this scope
sum=a+b+c+d;
^
0_0_31648406_13094.cpp:36:16: error: 'out' was not declared in this scope
out(sum);
^
|