/ Vijos /

记录详情

Accepted

/in/foo.cc: In function 'int main()':
/in/foo.cc:36:29: warning: array subscript has type 'char' [-Wchar-subscripts]
         if(isalpha(ch)) a[ch]++;
                             ^
/in/foo.cc:47:18: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
     for(int i=0;i<p.size();i++)
                 ~^~~~~~~~~
/in/foo.cc:43:8: warning: 'e' may be used uninitialized in this function [-Wmaybe-uninitialized]
     n=e-'e';
       ~^~~~
# 状态 耗时 内存占用
#1 Accepted 3ms 360.0 KiB
#2 Accepted 4ms 352.0 KiB
#3 Accepted 3ms 256.0 KiB
#4 Accepted 5ms 256.0 KiB
#5 Accepted 2ms 380.0 KiB
#6 Accepted 5ms 376.0 KiB
#7 Accepted 6ms 468.0 KiB

信息

递交者
类型
递交
题目
P1244 Matrix67的情书
语言
C++
递交时间
2018-02-20 21:04:32
评测时间
2018-02-20 21:04:32
评测机
分数
70
总耗时
31ms
峰值内存
468.0 KiB