记录详情

Accepted

foo.cc: In function 'int main()':
foo.cc:32:7: warning: ignoring return value of 'int scanf(const char*, ...)', declared with attribute warn_unused_result [-Wunused-result]
  scanf("%d",&n);
  ~~~~~^~~~~~~~~
foo.cc:33:41: warning: ignoring return value of 'int scanf(const char*, ...)', declared with attribute warn_unused_result [-Wunused-result]
  for(int i=1;i<=n;i++ )scanf("%d",&a[i]),pre[i]=pre[i-1]^a[i];
                        ~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~

自豪的采用 HydroJudge 进行评测(github.com/hydro-dev/HydroJudge)
{"receive":"2020-07-25T14:21:36.891Z","handle":"2020-07-25T14:21:36.891Z","cache_start":"2020-07-25T14:21:36.899Z","read_cases":"2020-07-25T14:21:37.004Z","judge":"2020-07-25T14:21:37.005Z","done":"2020-07-25T14:21:41.410Z"}
# 状态 耗时 内存占用
#1 Accepted 48ms 61.402 MiB
#2 Accepted 54ms 61.5 MiB
#3 Accepted 46ms 61.5 MiB
#4 Accepted 557ms 67.438 MiB
#5 Accepted 573ms 67.441 MiB
#6 Accepted 706ms 67.438 MiB
#7 Accepted 385ms 67.438 MiB
#8 Accepted 360ms 67.438 MiB
#9 Accepted 239ms 67.438 MiB
#10 Accepted 319ms 67.363 MiB

信息

递交者
类型
递交
题目
Codechef REBXOR
题目数据
下载
语言
C++
递交时间
2020-07-25 22:21:36
评测时间
2020-07-25 22:21:36
评测机
分数
100
总耗时
3291ms
峰值内存
67.441 MiB