Compile Error

/in/foo.cc: In function 'int main()':
/in/foo.cc:9:32: error: 'N' was not declared in this scope
  cout<<fixed<<setprecision(2)<<N;
                                ^
/in/foo.cc:8:9: warning: unused variable 'fabs' [-Wunused-variable]
  double fabs(n);
         ^~~~

信息

递交者
类型
递交
题目
P2331 1.4.2:输出绝对值
比赛
2024.7.30暑期初级2班练习
语言
C++
递交时间
2024-07-30 11:30:47
评测时间
2024-07-30 11:30:47
评测机
分数
0
总耗时
0ms
峰值内存
0 Bytes