/ Vijos /

记录详情

Wrong Answer

/in/foo.cc: In function 'int main()':
/in/foo.cc:23:29: warning: use of 'll' length modifier with 'f' type character has either no effect or undefined behavior [-Wformat=]
   if(j>n) scanf("%llf",&b[i]);
                             ^
/in/foo.cc:24:29: warning: use of 'll' length modifier with 'f' type character has either no effect or undefined behavior [-Wformat=]
   else scanf("%llf",&c[i][j]),a[i][j]=c[i][j];
                             ^
# 状态 耗时 内存占用
#1 Wrong Answer 2ms 2.211 MiB
#2 Wrong Answer 2ms 2.215 MiB
#3 Accepted 2ms 2.348 MiB
#4 Accepted 3ms 4.336 MiB
#5 Accepted 3ms 2.348 MiB
#6 Accepted 12ms 4.504 MiB
#7 Accepted 63ms 4.672 MiB
#8 Accepted 101ms 6.445 MiB
#9 Accepted 155ms 6.453 MiB
#10 Accepted 153ms 6.352 MiB

信息

递交者
类型
递交
题目
P1052 贾老二算算术
语言
C++
递交时间
2020-11-08 18:35:50
评测时间
2020-11-08 18:35:50
评测机
分数
80
总耗时
499ms
峰值内存
6.453 MiB