System Error
/in/foo.cc: In function 'int main()':
/in/foo.cc:9:19: warning: format '%s' expects argument of type 'char*', but argument 2 has type 'char (*)[100]' [-Wformat=]
     scanf("%s",&s1);           //输入飞碟名与小组名
                   ^
/in/foo.cc:10:19: warning: format '%s' expects argument of type 'char*', but argument 2 has type 'char (*)[100]' [-Wformat=]
     scanf("%s",&s2);
                   ^
  FormatError('config file not found',)
  信息
- 递交者
 - 类型
 - 递交
 - 题目
 - USACO1.1.1 Your Ride Is Here 你的飞碟在这儿
 - 语言
 - C++
 - 递交时间
 - 2018-05-11 20:21:21
 - 评测时间
 - 2018-05-11 20:21:21
 - 评测机
 
- 分数
 - 0
 - 总耗时
 - 0ms
 - 峰值内存
 - 0 Bytes