Compile Error
foo.cpp: In function 'void spfa(int, int*, int*, node*)':
foo.cpp:36:29: error: 'memset' was not declared in this scope
 {   memset(inq,0,sizeof(inq));
                             ^
foo.cpp:46:12: warning: suggest explicit braces to avoid ambiguous 'else' [-Wparentheses]
          if(s==1) 
            ^
foo.cpp: In function 'void work()':
foo.cpp:61:29: error: 'memset' was not declared in this scope
    memset(d1,0x4f,sizeof(d1));
                             ^
  信息
- 递交者
 - 类型
 - 递交
 - 题目
 - P1754 最优贸易
 - 语言
 - C++
 - 递交时间
 - 2015-11-06 10:55:05
 - 评测时间
 - 2015-11-06 10:55:07
 - 评测机
 
- 分数
 - 0
 - 总耗时
 - 0ms
 - 峰值内存
 - 0 Bytes