/ Vijos /

记录详情

Accepted

/in/foo.cc: In function 'int main()':
/in/foo.cc:17:17: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
 for(int i = 0;i < str.length();i ++){
               ~~^~~~~~~~~~~~~~
/in/foo.cc:34:17: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
 for(int j = 0;j < str.length();j ++){
               ~~^~~~~~~~~~~~~~
/in/foo.cc:57:17: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
 for(int j = 0;j < str.length();j ++){
               ~~^~~~~~~~~~~~~~
/in/foo.cc:30:11: warning: 'chMax' may be used uninitialized in this function [-Wmaybe-uninitialized]
 t = chMax - 'e';
     ~~~~~~^~~~~
# 状态 耗时 内存占用
#1 Accepted 5ms 384.0 KiB
#2 Accepted 4ms 360.0 KiB
#3 Accepted 5ms 256.0 KiB
#4 Accepted 8ms 368.0 KiB
#5 Accepted 5ms 384.0 KiB
#6 Accepted 6ms 376.0 KiB
#7 Accepted 7ms 476.0 KiB

信息

递交者
类型
递交
题目
P1244 Matrix67的情书
语言
C++
递交时间
2017-11-22 23:11:13
评测时间
2017-11-22 23:11:13
评测机
分数
70
总耗时
42ms
峰值内存
476.0 KiB