Files
python/TangDou/LuoGuBook/TestB.cpp
HuangHai 1f397eca87 'commit'
2025-08-30 18:35:01 +08:00

6 lines
124 B
C++

#include <bits/stdc++.h>
using namespace std;
int main() {
cout << round(1.0 * 1498 / 902) << endl;
return 0;
}