/ SUOI /

记录详情

Compile Error

/in/foo.cc: In function 'char gc()':
/in/foo.cc:10:21: error: 'maxs' was not declared in this scope
     static char buf[maxs],*p1=buf,*p2=buf;
                     ^~~~
/in/foo.cc:10:31: error: 'buf' was not declared in this scope
     static char buf[maxs],*p1=buf,*p2=buf;
                               ^~~
/in/foo.cc:11:16: error: 'p2' was not declared in this scope
     return p1==p2&&(p2=(p1=buf)+fread(buf,1,maxs,stdin),p1==p2)?EOF:*p1++;
                ^~

信息

递交者
类型
递交
题目
#43 找找找
语言
C++
递交时间
2018-10-16 08:16:06
评测时间
2018-10-16 08:16:06
评测机
分数
0
总耗时
0ms
峰值内存
0 Bytes