/ Vijos /

记录详情

Wrong Answer

/in/foo.cc: In function 'int main()':
/in/foo.cc:58:28: warning: use of 'll' length modifier with 'f' type character has either no effect or undefined behavior [-Wformat=]
   printf("%0.2llf ",male[i]);
                            ^
/in/foo.cc:62:30: warning: use of 'll' length modifier with 'f' type character has either no effect or undefined behavior [-Wformat=]
   printf("%0.2llf ",female[i]);
                              ^
# 状态 耗时 内存占用
#1 Wrong Answer 4ms 352.0 KiB

信息

递交者
类型
自测
题目
P1000 A+B Problem
语言
C++
递交时间
2018-01-13 22:06:37
评测时间
2018-01-13 22:06:37
评测机
分数
0
总耗时
4ms
峰值内存
352.0 KiB