/ 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 1ms 4.25 MiB
#2 Accepted 2ms 4.375 MiB
#3 Accepted 2ms 2.25 MiB
#4 Accepted 2ms 2.25 MiB
#5 Accepted 3ms 2.25 MiB
#6 Accepted 134ms 2.488 MiB
#7 Accepted 885ms 4.586 MiB
#8 Accepted 29ms 4.676 MiB
#9 Accepted 705ms 4.742 MiB
#10 Accepted 7ms 3.5 MiB

信息

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