/ Vijos /

记录详情

Runtime Error

/in/foo.cc: In function 'int main()':
/in/foo.cc:25:15: warning: format '%s' expects argument of type 'char*', but argument 2 has type 'int*' [-Wformat=]
  printf("%s",k);
               ^
/in/foo.cc:10:7: warning: variable 'c' set but not used [-Wunused-but-set-variable]
  char c[a+1],z[b+1];
       ^
/in/foo.cc:10:14: warning: unused variable 'z' [-Wunused-variable]
  char c[a+1],z[b+1];
              ^
# 状态 耗时 内存占用
#1 Runtime Error 2ms 256.0 KiB
#2 Runtime Error 2ms 348.0 KiB
#3 Runtime Error 3ms 384.0 KiB
#4 Runtime Error 3ms 356.0 KiB

信息

递交者
类型
递交
题目
P1040 高精度乘法
语言
C++
递交时间
2018-10-02 14:49:58
评测时间
2018-10-02 14:49:58
评测机
分数
0
总耗时
12ms
峰值内存
384.0 KiB