/ Vijos /

记录详情

Compile Error

/in/foo.cc: In function 'int main()':
/in/foo.cc:89:25: error: 'g' was not declared in this scope
             double xx = g * -a[j][n - 1];
                         ^
/in/foo.cc:109:31: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
             for (int j = 1; j < ans.size(); j ++) printf(" %d", ans[j]);
                             ~~^~~~~~~~~~~~

信息

递交者
类型
递交
题目
P1099 虫食算
语言
C++
递交时间
2017-07-27 11:13:50
评测时间
2017-07-27 11:13:51
评测机
分数
0
总耗时
185ms
峰值内存
21.508 MiB