Run ID 作者 问题 语言 测评结果 Time Memory 代码长度 提交时间
104438 颜老师 11向上取整 C++ Compile Error 0 MS 0 KB 137 2025-01-04 21:16:43

Tests(0/0):


Code:

#include<iostream> // cin\cout\endl using namespace std; int main(){ double n; cin>>n; cout<<ceil(n); return 0; }


Run Info:

Main.cc: In function 'int main()':
Main.cc:6:17: error: 'ceil' was not declared in this scope
     cout<