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 ++ ){
                        ~~^~~~~~~~~~~~
  KeyError('config.ini',)
  信息
- 递交者
 - 类型
 - 递交
 - 题目
 - USACO1.1.1 Your Ride Is Here 你的飞碟在这儿
 - 语言
 - C++
 - 递交时间
 - 2018-10-26 20:58:04
 - 评测时间
 - 2018-10-26 20:58:04
 - 评测机
 
- 分数
 - 0
 - 总耗时
 - 0ms
 - 峰值内存
 - 0 Bytes