Run ID Author Problem Lang Verdict Time Memory Code Length Submit Time
77541 sh25_shengmy 浮点数向零舍入 C++ Accepted 0 MS 244 KB 126 2025-12-26 14:25:02

Tests(1/1):


#include <bits/stdc++.h>; using namespace std; int main() { float a; cin>>a; cout<<(int)a; return 0; }


Judgement Protocol: