Runtime Error
/in/foo.cc: In function 'int main()':
/in/foo.cc:15:19: warning: format '%s' expects argument of type 'char*', but argument 2 has type 'std::__cxx11::string* {aka std::__cxx11::basic_string<char>*}' [-Wformat=]
   scanf("%s",ch[i]);
                   ^
/in/foo.cc:19:14: warning: format '%s' expects argument of type 'char*', but argument 2 has type 'std::__cxx11::string* {aka std::__cxx11::basic_string<char>*}' [-Wformat=]
  scanf("%s",s);
              ^
  信息
- 递交者
 - 类型
 - 递交
 - 题目
 - P1311 G. Rotating-Calipers
 - 比赛
 - 2021年互联网创新创业科技节程序设计大赛
 - 语言
 - C++
 - 递交时间
 - 2021-12-23 20:53:30
 - 评测时间
 - 2021-12-23 20:53:30
 - 评测机
 
- 分数
 - 0
 - 总耗时
 - 28ms
 - 峰值内存
 - 620.0 KiB