№140

Run Settings
LanguageC++
Language Version
Run Command
#include <iostream> #include <math.h> using namespace std; int main() { int i, n; cin >> n; n == 15; for (i = 10; i <= 99;i++) if (pow(i % 10, 2) + pow(i / 10, 2) == n) cout << "chislo = " << i << endl; system("pause >> null"); return 0; }
Editor Settings
Theme
Key bindings
Full width
Lines