Compile Error

/in/foo.cc: In function 'int main()':
/in/foo.cc:7:32: error: unable to find string literal operator 'operator""a' with 'const char [3]', 'long unsigned int' arguments
  cout<<fixed<<setprecision(2)<<"C="a+b;
                                ^~~~~
/in/foo.cc:8:33: error: unable to find string literal operator 'operator""a' with 'const char [3]', 'long unsigned int' arguments
   cout<<fixed<<setprecision(2)<<"S="a*b;
                                 ^~~~~

信息

递交者
类型
递交
题目
P1684 计算长方形的半周长和面积
语言
C++
递交时间
2025-01-02 20:23:54
评测时间
2025-01-02 20:23:54
评测机
分数
0
总耗时
0ms
峰值内存
0 Bytes