0_0_27360873_20904.cpp: In function 'void read(ty&)':
0_0_27360873_20904.cpp:6:14: error: 're' was not declared in this scope
int f=1;x=0;re char c=getchar();
^
0_0_27360873_20904.cpp:7:7: error: 'c' was not declared in this scope
for(;c<'0'||c>'9';c=getchar()) if(c=='-') f=-1;
^
0_0_27360873_20904.cpp:8:7: error: 'c' was not declared in this scope
for(;c>='0'&&c<='9';c=getchar()) x=(x<<1)+(x<<3)+(c^48);
^
0_0_27360873_20904.cpp: In function 'int main()':
0_0_27360873_20904.cpp:43:3: error: 'wline' was not declared in this scope
wline;
^
|