/ Vijos /

记录详情

Accepted

/in/foo.cc: In member function 'BigInteger BigInteger::operator*(BigInteger::LL)':
/in/foo.cc:52:17: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
   for(int i=0; i<s.size(); i++)c.s.push_back(s[i]*b);
                ~^~~~~~~~~
/in/foo.cc:53:17: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
   for(int i=0; i<c.s.size()-1; i++) {
                ~^~~~~~~~~~~~~
/in/foo.cc: In function 'std::ostream& operator<<(std::ostream&, const BigInteger&)':
/in/foo.cc:72:18: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
    for(int j=0; j<strlen(buf); j++)output<<buf[j];
                 ~^~~~~~~~~~~~
# 状态 耗时 内存占用
#1 Accepted 3ms 256.0 KiB
#2 Accepted 3ms 256.0 KiB
#3 Accepted 3ms 256.0 KiB
#4 Accepted 3ms 336.0 KiB
#5 Accepted 4ms 348.0 KiB
#6 Accepted 6ms 260.0 KiB
#7 Accepted 12ms 256.0 KiB
#8 Accepted 16ms 324.0 KiB
#9 Accepted 15ms 380.0 KiB
#10 Accepted 11ms 360.0 KiB

信息

递交者
类型
递交
题目
P1660 排列统计
语言
C++
递交时间
2017-07-15 22:10:48
评测时间
2017-07-15 22:10:48
评测机
分数
100
总耗时
81ms
峰值内存
380.0 KiB