fork download
  1. #include <iostream>
  2. using namespace std;
  3. string x;
  4. int y;
  5.  
  6. int main ()
  7. {
  8. cin >> x >>y;
  9. cout<<y*y;
  10. return 0;
  11. }
Success #stdin #stdout 0s 15224KB
stdin
1/7
6
stdout
36