/ Vijos /

记录详情

Accepted

/in/foo.cc: In function 'int K_th(int, int, int)':
/in/foo.cc:43:12: warning: unused variable 'j' [-Wunused-variable]
   43 |     int i, j;
      |            ^
/in/foo.cc: In function 'int main()':
/in/foo.cc:76:17: warning: format '%s' expects argument of type 'char*', but argument 2 has type 'char (*)[1]' [-Wformat=]
   76 |         scanf("%s", &ch);
      |                ~^   ~~~
      |                 |   |
      |                 |   char (*)[1]
      |                 char*
/in/foo.cc:68:12: warning: unused variable 'j' [-Wunused-variable]
   68 |     int i, j, x, y;
      |            ^
# 状态 耗时 内存占用
#1 Accepted 238ms 788.0 KiB
#2 Accepted 451ms 888.0 KiB
#3 Accepted 29ms 584.0 KiB
#4 Accepted 274ms 720.0 KiB
#5 Accepted 171ms 712.0 KiB
#6 Accepted 451ms 888.0 KiB
#7 Accepted 452ms 920.0 KiB
#8 Accepted 417ms 760.0 KiB
#9 Accepted 575ms 860.0 KiB
#10 Accepted 84ms 608.0 KiB

信息

递交者
类型
递交
题目
P1665 区间查询
语言
C++
递交时间
2025-02-15 15:17:42
评测时间
2025-02-15 15:17:42
评测机
分数
100
总耗时
3147ms
峰值内存
920.0 KiB