/ Vijos /

记录详情

Compile Error

foo.cpp: In function 'int main()':
foo.cpp:11:25: error: 'memset' was not declared in this scope
     memset(c,0,sizeof(c));
                         ^
foo.cpp:7:14: warning: unused variable 'x' [-Wunused-variable]
 int a[100],m,x,k,j,l=0,t,b=0,c[100];
              ^
foo.cpp:7:18: warning: unused variable 'j' [-Wunused-variable]
 int a[100],m,x,k,j,l=0,t,b=0,c[100];
                  ^
foo.cpp:7:20: warning: unused variable 'l' [-Wunused-variable]
 int a[100],m,x,k,j,l=0,t,b=0,c[100];
                    ^
foo.cpp:7:26: warning: unused variable 'b' [-Wunused-variable]
 int a[100],m,x,k,j,l=0,t,b=0,c[100];
                          ^

信息

递交者
类型
递交
题目
P1816 统计数字
语言
C++
递交时间
2016-07-13 09:12:41
评测时间
2016-07-13 09:12:42
评测机
分数
0
总耗时
0ms
峰值内存
0 Bytes