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