fork download
  1. #include <iostream>
  2. using namespace std;
  3.  
  4. int main() {
  5. int liczba;
  6. cin>>liczba;
  7. if (liczba>90){
  8.  
  9. return 0;
  10. }
  11.  
  12. while (liczba==90){
  13. liczba=liczba+1;
  14. cout<<(char)liczba<<endl;
  15. }
  16. return 0;
  17.  
  18.  
  19.  
  20.  
  21.  
  22.  
  23. }
Success #stdin #stdout 0.01s 5316KB
stdin
a---------------------------
stdout
Standard output is empty