/ Vijos /

记录详情

Wrong Answer

/in/foo.cc: In function 'std::__cxx11::string getit()':
/in/foo.cc:16:18: 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",&tmp3);
                  ^
/in/foo.cc: In function 'int main()':
/in/foo.cc:24:21: warning: format '%s' expects argument of type 'char*', but argument 2 has type 'std::__cxx11::string* {aka std::__cxx11::basic_string<char>*}' [-Wformat=]
   l=scanf("%s",&tmp3);
                     ^
# 状态 耗时 内存占用
#1 Wrong Answer 2ms 364.0 KiB
#2 Wrong Answer 2ms 368.0 KiB
#3 Accepted 1ms 336.0 KiB
#4 Wrong Answer 2ms 404.0 KiB
#5 Wrong Answer 2ms 336.0 KiB

信息

递交者
类型
递交
题目
P1124 字串变换
语言
C++
递交时间
2019-08-04 11:51:12
评测时间
2019-08-04 11:51:12
评测机
分数
10
总耗时
11ms
峰值内存
404.0 KiB