/ Vijos /

记录详情

Accepted

/in/foo.cc: In member function 'void Big::init(std::__cxx11::string&)':
/in/foo.cc:15:9: warning: unused variable 'j' [-Wunused-variable]
   int i,j,k,len=s.size();
         ^
/in/foo.cc: In member function 'void Big::Add(Big&)':
/in/foo.cc:23:9: warning: unused variable 'j' [-Wunused-variable]
   int i,j,k;cur=max(cur,o.cur);
         ^
/in/foo.cc:23:11: warning: unused variable 'k' [-Wunused-variable]
   int i,j,k;cur=max(cur,o.cur);
           ^
/in/foo.cc: In member function 'void Big::Sub(Big&)':
/in/foo.cc:32:9: warning: unused variable 'j' [-Wunused-variable]
   int i,j,k;
         ^
/in/foo.cc:32:11: warning: unused variable 'k' [-Wunused-variable]
   int i,j,k;
           ^
/in/foo.cc: In member function 'void Big::Print()':
/in/foo.cc:49:11: warning: unused variable 'k' [-Wunused-variable]
   int i,j,k;ll t;
           ^
/in/foo.cc:49:16: warning: unused variable 't' [-Wunused-variable]
   int i,j,k;ll t;
                ^
# 状态 耗时 内存占用
#1 Accepted 4ms 332.0 KiB
#2 Accepted 3ms 384.0 KiB
#3 Accepted 3ms 360.0 KiB
#4 Accepted 4ms 340.0 KiB
#5 Accepted 3ms 384.0 KiB
#6 Accepted 4ms 384.0 KiB
#7 Accepted 3ms 364.0 KiB
#8 Accepted 4ms 376.0 KiB
#9 Accepted 4ms 384.0 KiB
#10 Accepted 3ms 344.0 KiB

信息

递交者
类型
递交
题目
P1000 A+B Problem
语言
C++
递交时间
2017-11-10 08:54:10
评测时间
2017-11-10 08:54:11
评测机
分数
100
总耗时
40ms
峰值内存
384.0 KiB