/ Vijos /

记录详情

Accepted

/in/foo.cc: In function 'int main()':
/in/foo.cc:12:18: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
     for(int j=0;j<prm.size()&&prm[j]*i<=10001;j++){
                 ~^~~~~~~~~~~
/in/foo.cc:19:23: warning: format '%s' expects argument of type 'char*', but argument 2 has type 'char (*)[101]' [-Wformat=]
         scanf("%s",&a1);
                    ~~~^
/in/foo.cc:20:22: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
         for(int i=0;i<strlen(a1);i++){
                     ~^~~~~~~~~~~
# 状态 耗时 内存占用
#1 Accepted 4ms 1.312 MiB
#2 Accepted 3ms 1.309 MiB
#3 Accepted 3ms 1.312 MiB
#4 Accepted 2ms 1.312 MiB
#5 Accepted 2ms 1.309 MiB
#6 Accepted 2ms 1.305 MiB
#7 Accepted 2ms 1.312 MiB
#8 Accepted 1ms 1.312 MiB
#9 Accepted 1ms 1.312 MiB
#10 Accepted 1ms 1.305 MiB

信息

递交者
类型
递交
题目
P1495 笨小猴
语言
C++
递交时间
2017-09-19 16:58:54
评测时间
2017-09-19 16:58:55
评测机
分数
100
总耗时
26ms
峰值内存
1.312 MiB