Run ID Author Problem Lang Verdict Time Memory Code Length Submit Time
51636 张思存 浮点数向零舍入 C++ Accepted 0 MS 248 KB 139 2024-09-22 22:24:49

Tests(1/1):


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


Judgement Protocol: