/ OPS /

记录详情

Accepted

/in/foo.cc: In function 'int main()':
/in/foo.cc:14:22: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
         for(int i=0;i<s.length();i++) tmp+=(int)(s[i]-'0');
                      ^
/in/foo.cc:55:26: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
             for(int i=0;i<s.length();i++){
                          ^
/in/foo.cc:62:20: warning: ignoring return value of 'int system(const char*)', declared with attribute warn_unused_result [-Wunused-result]
     system("pause");
                    ^
# 状态 耗时 内存占用
#1 Accepted 2ms 312.0 KiB

信息

递交者
类型
递交
题目
P1010 诡秘的余数
语言
C++
递交时间
2023-02-28 20:59:27
评测时间
2023-02-28 20:59:27
评测机
分数
10
总耗时
2ms
峰值内存
312.0 KiB