Compile Error
/in/foo.cc: In function 'void init()':
/in/foo.cc:9:20: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
for (int i = 0; i < pre.size(); i++)
~~^~~~~~~~~~~~
/in/foo.cc: In function 'int main()':
/in/foo.cc:76:22: error: 'pow' was not declared in this scope
cout << pow(2, count);
^
信息
- 递交者
- 类型
- 递交
- 题目
- P1221 神秘配方
- 语言
- C++
- 递交时间
- 2021-06-25 18:00:20
- 评测时间
- 2021-06-25 18:00:20
- 评测机
- 分数
- 0
- 总耗时
- 0ms
- 峰值内存
- 0 Bytes