记录详情

Runtime Error

/in/foo.cc: In function 'int main()':
/in/foo.cc:12:27: warning: precision used with '%n' gnu_printf format [-Wformat=]
   printf("%.nf",(float)a/b);
                           ^
/in/foo.cc:12:27: warning: format '%n' expects argument of type 'int*', but argument 2 has type 'double' [-Wformat=]
# 状态 耗时 内存占用
#1 Runtime Error 1ms 356.0 KiB

信息

递交者
类型
自测
题目
P1004 快速傅里叶变换
语言
C++
递交时间
2021-09-03 20:43:59
评测时间
2021-09-03 20:43:59
评测机
分数
0
总耗时
1ms
峰值内存
356.0 KiB