/ OPS /

记录详情

Accepted

/in/foo.cc: In function 'void work()':
/in/foo.cc:137:6: warning: unused variable 'i' [-Wunused-variable]
  int i,j,l,r,mid;
      ^
/in/foo.cc: In function 'int main()':
/in/foo.cc:172:6: warning: unused variable 'i' [-Wunused-variable]
  int i,j;
      ^
/in/foo.cc:172:8: warning: unused variable 'j' [-Wunused-variable]
  int i,j;
        ^
/in/foo.cc:180:18: warning: ignoring return value of 'int scanf(const char*, ...)', declared with attribute warn_unused_result [-Wunused-result]
    scanf("%d",&m);
                  ^
/in/foo.cc:202:17: warning: ignoring return value of 'int scanf(const char*, ...)', declared with attribute warn_unused_result [-Wunused-result]
   scanf("%s",ch);
                 ^
# 状态 耗时 内存占用
#1 Accepted 1ms 332.0 KiB
#2 Accepted 2ms 592.0 KiB
#3 Accepted 3ms 592.0 KiB
#4 Accepted 3ms 592.0 KiB
#5 Accepted 3ms 464.0 KiB
#6 Accepted 3ms 592.0 KiB
#7 Accepted 3ms 592.0 KiB
#8 Accepted 3ms 592.0 KiB
#9 Accepted 4ms 592.0 KiB
#10 Accepted 4ms 592.0 KiB

信息

递交者
类型
递交
题目
P3489 教主的集合序列
语言
C++
递交时间
2020-08-15 14:25:11
评测时间
2020-08-15 14:25:11
评测机
分数
100
总耗时
32ms
峰值内存
592.0 KiB