fork download
  1. #include <iostream>
  2. using namespace std;
  3. int main() {
  4. int number;
  5. cin >> number;
  6. cout << "Square of " << number << " is " << number * number << endl;
  7. return 0;
  8. }
  9.  
Success #stdin #stdout 0.01s 5284KB
stdin
дадададдадаадад
stdout
Square of 0 is 0