Run ID 作者 问题 语言 测评结果 时间 内存 代码长度 提交时间
36222 奚晨瑞 浮点数向零舍入 C++ 通过 0 MS 240 KB 131 2024-01-12 15:39:27

Tests(1/1):


#include<iostream> using namespace std; int main() { double n1; cin>>n1; int n2; n2=(int)n1; cout<<n2; return 0; }


测评信息: