fork download
  1. #include <iostream>
  2. #include <fstream>
  3. using namespace std;
  4.  
  5. int main() {
  6. float R =0.33;
  7.  
  8. int len = 64800 - 64800 * 0.33;
  9. cout << len;
  10.  
  11.  
  12.  
  13. //cout << tableSokr[23][12];
  14. //cout << poluchaemNazvanie(wait);
  15.  
  16. return 0;
  17. }
Success #stdin #stdout 0s 5284KB
stdin
Standard input is empty
stdout
43416