/ Vijos /

记录详情

Compile Error

foo.cpp: In function 'int main()':
foo.cpp:13:33: error: 'memset' was not declared in this scope
     memset(count,0,sizeof(count));
                                 ^
foo.cpp:18:46: warning: format '%d' expects argument of type 'int*', but argument 4 has type 'long int*' [-Wformat=]
        scanf("%d%d%d",&qwex[i],&qwey[i],&k[i]);
                                              ^
foo.cpp:53:34: warning: format '%d' expects argument of type 'int', but argument 3 has type 'long int' [-Wformat=]
     printf("%d %d",ans,aend[op-1]);
                                  ^
foo.cpp:9:42: warning: unused variable 't' [-Wunused-variable]
     int qwex[200],x,y,ix,iy,ixi,iyi,op=0,t,ans=0,ty=1;
                                          ^

信息

递交者
类型
递交
题目
P1908 无线网络发射器选址
语言
C++
递交时间
2015-10-21 23:53:00
评测时间
2015-10-21 23:53:02
评测机
分数
0
总耗时
0ms
峰值内存
0 Bytes