记录详情

Accepted

/in/foo.cc: In function 'int SG(int)':
/in/foo.cc:20:9: warning: unused variable 'i' [-Wunused-variable]
     int i, t;    
         ^
/in/foo.cc:20:12: warning: unused variable 't' [-Wunused-variable]
     int i, t;    
            ^
/in/foo.cc: In function 'int main()':
/in/foo.cc:72:19: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
     for(int i=0; i<strlen(str); i++)if(str[i]!='.')str[i]='X';
                  ~^~~~~~~~~~~~
/in/foo.cc: In function 'int SG(int)':
/in/foo.cc:32:1: warning: control reaches end of non-void function [-Wreturn-type]
 }    
 ^
# 状态 耗时 内存占用
#1 Accepted 2ms 256.0 KiB
#2 Accepted 4ms 332.0 KiB
#3 Accepted 2ms 256.0 KiB
#4 Accepted 4ms 256.0 KiB
#5 Accepted 2ms 344.0 KiB
#6 Accepted 11ms 256.0 KiB
#7 Accepted 2ms 340.0 KiB
#8 Accepted 3ms 256.0 KiB
#9 Accepted 2ms 332.0 KiB
#10 Accepted 1ms 380.0 KiB

信息

递交者
类型
递交
题目
神探夏洛克之三签名
语言
C++
递交时间
2017-03-29 22:47:52
评测时间
2017-04-28 15:50:08
评测机
分数
100
总耗时
38ms
峰值内存
380.0 KiB