/ Vijos /

记录详情

Accepted

/in/foo.cc: In function 'int main()':
/in/foo.cc:20:19: warning: array subscript has type 'char' [-Wchar-subscripts]
   for(int i=T[s[0]];i<strlen(s);i++)
                   ^
/in/foo.cc:20:22: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
   for(int i=T[s[0]];i<strlen(s);i++)
                     ~^~~~~~~~~~
/in/foo.cc:21:32: warning: array subscript has type 'char' [-Wchar-subscripts]
   if(s[i]=='-'){x=tdigit(T[s[0]],i-1);y=tdigit(i+1,strlen(s)-1);break;}
                                ^
# 状态 耗时 内存占用
#1 Accepted 3ms 4.332 MiB
#2 Accepted 3ms 4.25 MiB
#3 Accepted 2ms 4.25 MiB
#4 Accepted 2ms 2.367 MiB
#5 Accepted 2ms 2.25 MiB
#6 Accepted 4ms 4.25 MiB
#7 Accepted 9ms 3.195 MiB
#8 Accepted 10ms 3.457 MiB
#9 Accepted 14ms 3.625 MiB
#10 Accepted 11ms 4.871 MiB

信息

递交者
类型
递交
题目
P1246 文科生的悲哀(二)
语言
C++
递交时间
2017-06-02 11:29:56
评测时间
2017-06-02 11:29:56
评测机
分数
100
总耗时
64ms
峰值内存
4.871 MiB