/ Vijos /

记录详情

Runtime Error

/in/foo.cc: In function 'long long int read()':
/in/foo.cc:8:2: warning: this 'while' clause does not guard... [-Wmisleading-indentation]
  while(ch>='0'&&ch<='9')x=x*10+ch-'0',ch=getchar(); return x;
  ^~~~~
/in/foo.cc:8:53: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'while'
  while(ch>='0'&&ch<='9')x=x*10+ch-'0',ch=getchar(); return x;
                                                     ^~~~~~
/in/foo.cc: In function 'void getsa()':
/in/foo.cc:37:22: warning: format '%d' expects argument of type 'int', but argument 2 has type 'long long int' [-Wformat=]
  printf("%d\n",sum[n]); 
                ~~~~~~^
# 状态 耗时 内存占用
#1 Accepted 4ms 4.332 MiB
#2 Accepted 4ms 4.371 MiB
#3 Accepted 4ms 6.344 MiB
#4 Accepted 4ms 6.375 MiB
#5 Accepted 4ms 4.34 MiB
#6 Runtime Error 3ms 380.0 KiB
#7 Runtime Error 3ms 344.0 KiB
#8 Runtime Error 4ms 2.34 MiB
#9 Runtime Error 4ms 372.0 KiB
#10 Runtime Error 3ms 380.0 KiB
#11 Runtime Error 3ms 384.0 KiB
#12 Runtime Error 3ms 380.0 KiB
#13 Runtime Error 3ms 332.0 KiB
#14 Runtime Error 3ms 348.0 KiB
#15 Runtime Error 4ms 2.359 MiB
#16 Runtime Error 3ms 208.0 KiB
#17 Runtime Error 3ms 384.0 KiB
#18 Runtime Error 3ms 384.0 KiB
#19 Runtime Error 3ms 384.0 KiB
#20 Runtime Error 4ms 356.0 KiB

信息

递交者
类型
递交
题目
P1567 子串计数
语言
C++
递交时间
2017-10-18 19:34:46
评测时间
2017-10-18 19:34:46
评测机
分数
25
总耗时
77ms
峰值内存
6.375 MiB