/ JMU /

记录详情

Accepted

/in/foo.cc: In function 'long long int getVal(int, int, int, int)':
/in/foo.cc:11:12: warning: unused variable 'len' [-Wunused-variable]
  long long len = max(1LL, rn - 2LL * (level + cn - 2 * level - 2) * 2LL);
            ^~~
/in/foo.cc: In function 'int main()':
/in/foo.cc:47:36: warning: format '%d' expects argument of type 'int', but argument 2 has type 'long long int' [-Wformat=]
    printf("%d ", getVal(n, n, i, j));
                                    ^
# 状态 耗时 内存占用
#1 Accepted 1ms 224.0 KiB
#2 Accepted 20ms 220.0 KiB
#3 Accepted 76ms 216.0 KiB
#4 Accepted 1ms 212.0 KiB

信息

递交者
类型
递交
题目
P1006 蛇形矩阵
语言
C++
递交时间
2019-09-17 13:19:07
评测时间
2019-09-17 13:23:55
评测机
分数
100
总耗时
101ms
峰值内存
224.0 KiB