fork download
  1. #include <iostream>
  2.  
  3. using namespace std;
  4.  
  5. int main()
  6. {
  7. int c,k,r,a,i;
  8. cout << "Wpisz cene :";
  9. cin>>c;
  10. cout << "Wpisz ile zaplacona :";
  11. cin>>k;
  12. r=k-c;
  13. cout<<r<<"zl Reszty"<<endl;
  14.  
  15. for(i=0;i>=r;i++)
  16. {
  17. a++;
  18.  
  19. }
  20.  
  21. cout<<a<<" monet 1 zl";
  22.  
  23.  
  24.  
  25.  
  26.  
  27.  
  28.  
  29.  
  30.  
  31.  
  32. return 0;
  33. }
  34.  
Time limit exceeded #stdin #stdout 5s 4396KB
stdin
Standard input is empty
stdout
Wpisz cene :Wpisz ile zaplacona :-1245912241zl Reszty