/ Vijos /

记录详情

Accepted

/in/foo.cc: In function 'std::__cxx11::string cheng(std::__cxx11::string, std::__cxx11::string)':
/in/foo.cc:12:19: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
  for(int i = 0; i < x.size(); i ++)f[x.size() - i] = x[i] - '0';
                 ~~^~~~~~~~~~
/in/foo.cc:13:19: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
  for(int i = 0; i < y.size(); i ++)d[y.size() - i] = y[i] - '0';
                 ~~^~~~~~~~~~
/in/foo.cc:16:19: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
  for(int i = 1; i <= y.size(); i ++){
                 ~~^~~~~~~~~~~
# 状态 耗时 内存占用
#1 Accepted 4ms 4.129 MiB

信息

递交者
类型
自测
题目
P2000 A x B Problem
语言
C++
递交时间
2024-07-27 19:46:39
评测时间
2024-07-27 19:46:39
评测机
分数
10
总耗时
4ms
峰值内存
4.129 MiB