Compile Error
foo.cpp: In function 'int main()':
foo.cpp:20:43: error: 'memset' was not declared in this scope
   memset(sum_values, 0, sizeof(sum_values));
                                           ^
foo.cpp:8:6: warning: unused variable 'T' [-Wunused-variable]
  int T;
      ^
  信息
- 递交者
 - 类型
 - 递交
 - 题目
 - P1025 小飞侠的游园方案
 - 语言
 - C++
 - 递交时间
 - 2016-05-25 21:45:56
 - 评测时间
 - 2016-05-25 21:45:57
 - 评测机
 
- 分数
 - 0
 - 总耗时
 - 0ms
 - 峰值内存
 - 0 Bytes