Toggle navigation
Discord
YouTube
Facebook
Instagram
english
english
українська
Algotester 4.8
Build 771
2025-12-30
Log In
Contact Us
College
Sponsors
Donate
Sources
C++ 17 (GCC 10.3)
#include <iostream> using namespace std; int main() { int b, k, x; cin >> b >> k >> x; cout << b + k * x << endl; }