/ Vijos /

记录详情

Accepted

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

信息

递交者
类型
递交
题目
P1244 Matrix67的情书
语言
C++
递交时间
2018-08-18 16:16:17
评测时间
2018-08-18 16:16:17
评测机
分数
70
总耗时
27ms
峰值内存
492.0 KiB