记录详情

Accepted

/in/foo.cc: In function 'int main()':
/in/foo.cc:98:23: warning: format '%d' expects argument of type 'int', but argument 2 has type 'long long int' [-Wformat=]
     printf("%d\n", Ans);
                       ^
/in/foo.cc:79:12: warning: unused variable 'T' [-Wunused-variable]
  int N, M, T, i, j, k;
            ^
/in/foo.cc:79:15: warning: unused variable 'i' [-Wunused-variable]
  int N, M, T, i, j, k;
               ^
# 状态 耗时 内存占用
#1 Accepted 56ms 7.875 MiB
#2 Accepted 34ms 8.211 MiB
#3 Accepted 126ms 8.707 MiB
#4 Accepted 110ms 8.84 MiB

信息

递交者
类型
递交
题目
旋转吧!雪月花!
比赛
排位赛Round3
语言
C++
递交时间
2017-08-25 15:40:42
评测时间
2017-08-25 15:40:42
评测机
分数
40
总耗时
327ms
峰值内存
8.84 MiB