记录详情

System Error

/in/foo.cc:8:8: warning: ISO C++ forbids declaration of 'main' with no type [-Wreturn-type]
   main(){
        ^
/in/foo.cc: In function 'int main()':
/in/foo.cc:10:26: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
       for( int i = 0 ; i < a.length() ; i ++ ){
                        ~~^~~~~~~~~~~~
/in/foo.cc:13:26: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
       for( int i = 0 ; i < b.length() ; i ++ ){
                        ~~^~~~~~~~~~~~
FormatError('config file not found',)

信息

递交者
类型
递交
题目
USACO1.1.1 Your Ride Is Here 你的飞碟在这儿
语言
C++
递交时间
2018-05-11 20:20:57
评测时间
2018-05-11 20:20:57
评测机
分数
0
总耗时
0ms
峰值内存
0 Bytes