记录详情

Accepted

/in/foo.cc:20:0: warning: "maxn" redefined
 #define maxn 2000005
 
/in/foo.cc:17:0: note: this is the location of the previous definition
 #define maxn  560050  
 
/in/foo.cc: In function 'll dfs(ll, ll, ll, ll)':
/in/foo.cc:31:18: warning: unused variable 'j' [-Wunused-variable]
  ll ans, num, i, j;
                  ^
/in/foo.cc: In function 'int main()':
/in/foo.cc:58:11: warning: unused variable 'i' [-Wunused-variable]
  ll a, b, i, j, ans1 = 0, ans2 = 0;
           ^
/in/foo.cc:58:14: warning: unused variable 'j' [-Wunused-variable]
  ll a, b, i, j, ans1 = 0, ans2 = 0;
              ^
# 状态 耗时 内存占用
#1 Accepted 1ms 384.0 KiB
#2 Accepted 3ms 260.0 KiB
#3 Accepted 3ms 360.0 KiB
#4 Accepted 2ms 368.0 KiB
#5 Accepted 3ms 200.0 KiB
#6 Accepted 3ms 256.0 KiB
#7 Accepted 3ms 384.0 KiB
#8 Accepted 1ms 212.0 KiB
#9 Accepted 2ms 360.0 KiB
#10 Accepted 1ms 360.0 KiB

信息

递交者
类型
递交
题目
我的数字
比赛
ACM模拟赛
语言
C++
递交时间
2017-08-21 13:05:24
评测时间
2017-08-21 13:05:24
评测机
分数
100
总耗时
26ms
峰值内存
384.0 KiB