fork download
  1. #include <iostream>
  2. using namespace std;
  3. int main() {
  4. int t, y, u,i;
  5. cout<<"ведите $ ";
  6. cin>>t;
  7. t=y;
  8. u=79;
  9. i=u*y; // your code goes here
  10. cout<<i;
  11. return 0;
  12. }
Success #stdin #stdout 0s 3472KB
stdin
1

stdout
ведите $ 0