/ Vijos /

记录详情

Wrong Answer

/in/foo.cc: In function 'int getResult()':
/in/foo.cc:41: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:73:67: warning: format '%lld' expects argument of type 'long long int', but argument 2 has type 'std::__cxx11::basic_string<char>::size_type {aka long unsigned int}' [-Wformat=]
   printf("%lld %d %.1lf",str.size()*8,result,str.size()*8.0/result);
                                                                   ^
# 状态 耗时 内存占用
#1 Wrong Answer 2ms 220.0 KiB

信息

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