/ 晓编程 /

记录详情

Compile Error

/in/foo.cc: In function 'int main()':
/in/foo.cc:19:3: error: 'total' was not declared in this scope
   total+ = fenshu(i);
   ^~~~~
/in/foo.cc:19:10: error: expected primary-expression before '=' token
   total+ = fenshu(i);
          ^
/in/foo.cc:21:10: error: 'total' was not declared in this scope
  cout << total;
          ^~~~~

信息

递交者
类型
递交
题目
P1042 关雎(二)
语言
C++
递交时间
2020-03-22 11:08:20
评测时间
2020-03-22 11:08:20
评测机
分数
0
总耗时
0ms
峰值内存
0 Bytes