/ TYWZ /

记录详情

Compile Error

/in/foo.cc: In function 'int main()':
/in/foo.cc:10:3: error: 'fin' was not declared in this scope
   fin >> m_sum >> n;
   ^~~
/in/foo.cc:19:31: error: 'memset' was not declared in this scope
   memset(v_max,0,sizeof(v_max));
                               ^
/in/foo.cc:36:3: error: 'fout' was not declared in this scope
   fout << v_max[m_sum]*10 << endl;
   ^~~~

信息

递交者
类型
递交
题目
P1041 金明的预算方案(budget.pas/c/cpp)
语言
C++
递交时间
2019-04-22 15:42:58
评测时间
2019-04-22 15:42:58
评测机
分数
0
总耗时
0ms
峰值内存
0 Bytes