/ Vijos /

记录详情

Accepted

/in/foo.cc:41:23: warning: invalid suffix on literal; C++11 requires a space between literal and string macro [-Wliteral-suffix]
              sscanf(c,"%"ll,&bt[++len]);
                       ^
/in/foo.cc:46:22: warning: invalid suffix on literal; C++11 requires a space between literal and string macro [-Wliteral-suffix]
             sscanf(c,"%"ll,&bt[++len]);
                      ^
/in/foo.cc:51:16: warning: invalid suffix on literal; C++11 requires a space between literal and string macro [-Wliteral-suffix]
         printf("%"ll,bt[len]);
                ^
/in/foo.cc:53:17: warning: invalid suffix on literal; C++11 requires a space between literal and string macro [-Wliteral-suffix]
          printf("%09"ll,bt[i]);
                 ^
/in/foo.cc: In member function 'BIGNUM BIGNUM::operator=(LL)':
/in/foo.cc:34:78: warning: no return statement in function returning non-void [-Wreturn-type]
     BIGNUM operator = (LL x) {len = 1;memset(bt,0,sizeof bt);bt[1]=x;upbit();}
                                                                              ^
/in/foo.cc: In member function 'BIGNUM BIGNUM::mul(LL)':
/in/foo.cc:68:5: warning: no return statement in function returning non-void [-Wreturn-type]
     }
     ^
# 状态 耗时 内存占用
#1 Accepted 24ms 46.125 MiB
#2 Accepted 26ms 46.125 MiB
#3 Accepted 32ms 48.875 MiB
#4 Accepted 36ms 49.25 MiB
#5 Accepted 53ms 55.375 MiB
#6 Accepted 54ms 58.625 MiB
#7 Accepted 72ms 61.75 MiB
#8 Accepted 90ms 70.875 MiB
#9 Accepted 94ms 74.125 MiB
#10 Accepted 108ms 77.5 MiB

信息

递交者
类型
递交
题目
P1458 遥控车
语言
C++
递交时间
2017-08-02 07:53:26
评测时间
2017-08-02 07:53:26
评测机
分数
100
总耗时
595ms
峰值内存
77.5 MiB