/ Vijos /

记录详情

Wrong Answer

/in/foo.cc: In function 'bool change()':
/in/foo.cc:37:1: warning: no return statement in function returning non-void [-Wreturn-type]
 }
 ^
/in/foo.cc: In function 'int getResult()':
/in/foo.cc:40:17: warning: variable 'n' set but not used [-Wunused-but-set-variable]
  int result = 0,n;
                 ^
/in/foo.cc: In function 'int main()':
/in/foo.cc:72:64: warning: format '%d' expects argument of type 'int', but argument 2 has type 'std::__cxx11::basic_string<char>::size_type {aka long unsigned int}' [-Wformat=]
   printf("%d %d %.1f",str.size()*8,result,str.size()*8.0/result);
                                                                ^
# 状态 耗时 内存占用
#1 Wrong Answer 1ms 224.0 KiB

信息

递交者
类型
递交
题目
P1079 中青局
语言
C++
递交时间
2019-02-15 18:39:29
评测时间
2019-02-15 18:39:29
评测机
分数
0
总耗时
1ms
峰值内存
224.0 KiB