/ XMU_ACM /

记录详情

Accepted

/in/foo.cc: In function 'void pre()':
/in/foo.cc:35:6: warning: unused variable 't' [-Wunused-variable]
  int t = 1;
      ^
/in/foo.cc: In function 'void debug()':
/in/foo.cc:55:28: warning: format '%d' expects argument of type 'int', but argument 2 has type 'll {aka long long int}' [-Wformat=]
    printf("%d ", f[i][j][k]);
                            ^
# 状态 耗时 内存占用
#1 Accepted 5ms 860.0 KiB

信息

递交者
类型
递交
题目
P1050 有本事就打表
语言
C++
递交时间
2019-08-11 01:32:49
评测时间
2019-08-11 01:32:49
评测机
分数
100
总耗时
5ms
峰值内存
860.0 KiB