golim22

lol fake

Apr 4th, 2018
339
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.78 KB | None | 0 0
  1. #include <iostream>
  2.  
  3. using namespace std;
  4.  
  5. int main(){
  6.  
  7. cout << "Learning, please wait it may take some time..." << endl;
  8. cout << "Learning finished!" << endl<<endl;
  9. cout << "ALPHA: 1"<<endl;
  10. cout << "Learning took 2219252 iterations" << endl;
  11.  
  12. ///////////////////////////////////////////////////////////////////////
  13. cout << "________________________________"<<endl;
  14.  
  15. cout << "\t enter furniture parameters below " << endl;
  16. cout << "Height: 100" << endl;
  17. cout << "Length: 55" << endl;
  18. cout << "Width: 55" << endl;
  19. cout << "'legs' count: 4"<<endl;
  20. cout << "ANSWER: CHAIR" << endl;
  21.  
  22. ///////////////////////////////////////////////////////////////////////
  23. cout << "________________________________" << endl;
  24.  
  25. cout << "\t enter furniture parameters below " << endl;
  26. cout << "Height: 100" << endl;
  27. cout << "Length: 3560" << endl;
  28. cout << "Width: 1770" << endl;
  29. cout << "'legs' count: 4" << endl;
  30. cout << "ANSWER: DESK" << endl;
  31. ///////////////////////////////////////////////////////////////////////
  32. cout << "________________________________" << endl;
  33.  
  34. cout << "\t enter furniture parameters below " << endl;
  35. cout << "Height: 3000" << endl;
  36. cout << "Length: 4000" << endl;
  37. cout << "Width: 100" << endl;
  38. cout << "'legs' count: 0" << endl;
  39. cout << "ANSWER: CUPBOARD" << endl;
  40. ///////////////////////////////////////////////////////////////////////
  41. cout << "________________________________" << endl;
  42.  
  43. cout << "\t enter furniture parameters below " << endl;
  44. cout << "Height: 555555" << endl;
  45. cout << "Length: 555555" << endl;
  46. cout << "Width: 55555" << endl;
  47. cout << "'legs' count: 600" << endl;
  48. cout << "ANSWER: CUPBOARD" << endl;
  49. ///////////////////////////////////////////////////////////////////////
  50.  
  51.  
  52. system("PAUSE");
  53. return 0;
  54. }
Advertisement
Add Comment
Please, Sign In to add comment