Compile Error

/in/foo.cc: In function 'int main()':
/in/foo.cc:13:17: error: expected '(' before '{' token
   13 |                 {
      |                 ^
      |                 (
/in/foo.cc:13:17: error: expected primary-expression before '{' token
/in/foo.cc:12:22: error: expected ')' before '{' token
   12 |                 while
      |                      ^
      |                      )
   13 |                 {
      |                 ~     
/in/foo.cc:5:15: warning: unused variable 'sum' [-Wunused-variable]
    5 |         int n,sum;
      |               ^~~

信息

递交者
类型
递交
题目
P2971 优美的数字
语言
C++
递交时间
2026-02-12 11:30:10
评测时间
2026-02-12 11:30:10
评测机
分数
0
总耗时
0ms
峰值内存
0 Bytes