记录详情

Compile Error

foo.cc: In function 'int main()':
foo.cc:7:13: error: 'n' cannot be used as a function
  cout<<n(n+1)(2n+1)/6<<endl;
             ^
foo.cc:7:15: error: unable to find numeric literal operator 'operator""n'
  cout<<n(n+1)(2n+1)/6<<endl;
               ^~
foo.cc:7:15: note: use -std=gnu++11 or -fext-numeric-literals to enable more built-in suffixes

信息

递交者
类型
递交
题目
P1151 黑皮的正方形
语言
C++
递交时间
2021-01-26 08:50:57
评测时间
2021-01-26 08:50:57
评测机
分数
0
总耗时
0ms
峰值内存
0 Bytes