Compile Error
/in/foo.cc: In function 'int main()':
/in/foo.cc:8:13: error: 'x' was not declared in this scope
  cout<<ceil(x/6);
             ^
/in/foo.cc:8:16: error: 'ceil' was not declared in this scope
  cout<<ceil(x/6);
                ^
  信息
- 递交者
 - 类型
 - 递交
 - 题目
 - P2279 掷骰子
 - 语言
 - C++
 - 递交时间
 - 2022-01-20 12:03:18
 - 评测时间
 - 2022-01-20 12:03:18
 - 评测机
 
- 分数
 - 0
 - 总耗时
 - 0ms
 - 峰值内存
 - 0 Bytes