Accepted

foo.cc: In function 'int main()':
foo.cc:11:18: warning: format '%d' expects argument of type 'int*', but argument 2 has type 'long int*' [-Wformat=]
   scanf("%d\n",&n);
                ~~^
foo.cc:13:12: warning: 'char* gets(char*)' is deprecated [-Wdeprecated-declarations]
    gets(str);
            ^
In file included from /usr/include/stdio.h:862:0,
                 from /usr/include/c++/7/cstdio:42,
                 from /usr/include/x86_64-linux-gnu/c++/7/bits/stdc++.h:46,
                 from foo.cc:1:
/usr/include/x86_64-linux-gnu/bits/stdio2.h:232:1: note: declared here
 gets (char *__str)
 ^~~~
foo.cc:29:59: warning: format '%d' expects argument of type 'int', but argument 2 has type 'long int' [-Wformat=]
      printf("%03d-%04d %d\n",li[i-1]/10000,li[i-1]%10000,s);
                              ~~~~~~~~~~~~~                ^
foo.cc:29:59: warning: format '%d' expects argument of type 'int', but argument 3 has type 'long int' [-Wformat=]
foo.cc:29:59: warning: format '%d' expects argument of type 'int', but argument 4 has type 'long int' [-Wformat=]
foo.cc:11:8: warning: ignoring return value of 'int scanf(const char*, ...)', declared with attribute warn_unused_result [-Wunused-result]
   scanf("%d\n",&n);
   ~~~~~^~~~~~~~~~~
foo.cc:13:8: warning: ignoring return value of 'char* gets(char*)', declared with attribute warn_unused_result [-Wunused-result]
    gets(str);
    ~~~~^~~~~
/tmp/ccWo9blw.o: In function `main':
foo.cc:(.text.startup+0x65): warning: the `gets' function is dangerous and should not be used.
正在同步测试数据,请稍后
自豪的采用HydroJudge(https://github.com/hydro-dev/Hydro)进行评测。
# 状态 耗时 内存占用
#1 Accepted 2ms 388.0 KiB
#2 Accepted 76ms 1.121 MiB
#3 Accepted 1ms 388.0 KiB
#4 Accepted 2ms 400.0 KiB
#5 Accepted 2ms 384.0 KiB
#6 Accepted 2ms 448.0 KiB
#7 Accepted 34ms 1.207 MiB
#8 Accepted 30ms 1.188 MiB
#9 Accepted 27ms 1.188 MiB
#10 Accepted 28ms 1.184 MiB

信息

递交者
类型
递交
题目
P1898 电话号码
语言
C++
递交时间
2021-04-30 13:03:19
评测时间
2021-05-11 09:36:54
评测机
分数
100
总耗时
208ms
峰值内存
1.207 MiB