记录详情

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);
              ^
# 状态 耗时 内存占用
#1 Runtime Error 1ms 584.0 KiB
#2 Runtime Error 1ms 584.0 KiB
#3 Runtime Error 1ms 620.0 KiB
#4 Runtime Error 2ms 612.0 KiB
#5 Runtime Error 2ms 584.0 KiB
#6 Runtime Error 2ms 532.0 KiB
#7 Runtime Error 7ms 556.0 KiB
#8 Runtime Error 7ms 612.0 KiB

信息

递交者
类型
递交
题目
P1311 G. Rotating-Calipers
比赛
2021年互联网创新创业科技节程序设计大赛
语言
C++
递交时间
2021-12-23 20:53:30
评测时间
2021-12-23 20:53:30
评测机
分数
0
总耗时
28ms
峰值内存
620.0 KiB