Accepted
foo.cc: In function 'int main()':
foo.cc:10:19: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
  for(int i=0,b=0;i<s.length();i++)
                  ~^~~~~~~~~~~
foo.cc:22:16: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
   for(int i=0;i<s.length()-1;i++) cout<<s[i];
               ~^~~~~~~~~~~~~
  自豪的采用HydroJudge(https://github.com/hydro-dev/Hydro)进行评测。
信息
- 递交者
 - 类型
 - 递交
 - 题目
 - P1484 ISBN号码
 - 语言
 - C++
 - 递交时间
 - 2021-05-16 15:30:57
 - 评测时间
 - 2021-05-16 15:30:57
 - 评测机
 
- 分数
 - 100
 - 总耗时
 - 20ms
 - 峰值内存
 - 416.0 KiB