Untitled
dsauser_0563559
c_cpp
2 years ago
190 B
7
Indexable
#include <iostream> using namespace std; int main() { int long long a, b; cin >> a; b = a / 10; a = 100 * b * (b + 1) + 25; cout << a; return 0; }
Editor is loading...
#include <iostream> using namespace std; int main() { int long long a, b; cin >> a; b = a / 10; a = 100 * b * (b + 1) + 25; cout << a; return 0; }