Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- #include <iostream>
- using namespace std;
- int main(){
- cout << "Learning, please wait it may take some time..." << endl;
- cout << "Learning finished!" << endl<<endl;
- cout << "ALPHA: 1"<<endl;
- cout << "Learning took 2219252 iterations" << endl;
- ///////////////////////////////////////////////////////////////////////
- cout << "________________________________"<<endl;
- cout << "\t enter furniture parameters below " << endl;
- cout << "Height: 100" << endl;
- cout << "Length: 55" << endl;
- cout << "Width: 55" << endl;
- cout << "'legs' count: 4"<<endl;
- cout << "ANSWER: CHAIR" << endl;
- ///////////////////////////////////////////////////////////////////////
- cout << "________________________________" << endl;
- cout << "\t enter furniture parameters below " << endl;
- cout << "Height: 100" << endl;
- cout << "Length: 3560" << endl;
- cout << "Width: 1770" << endl;
- cout << "'legs' count: 4" << endl;
- cout << "ANSWER: DESK" << endl;
- ///////////////////////////////////////////////////////////////////////
- cout << "________________________________" << endl;
- cout << "\t enter furniture parameters below " << endl;
- cout << "Height: 3000" << endl;
- cout << "Length: 4000" << endl;
- cout << "Width: 100" << endl;
- cout << "'legs' count: 0" << endl;
- cout << "ANSWER: CUPBOARD" << endl;
- ///////////////////////////////////////////////////////////////////////
- cout << "________________________________" << endl;
- cout << "\t enter furniture parameters below " << endl;
- cout << "Height: 555555" << endl;
- cout << "Length: 555555" << endl;
- cout << "Width: 55555" << endl;
- cout << "'legs' count: 600" << endl;
- cout << "ANSWER: CUPBOARD" << endl;
- ///////////////////////////////////////////////////////////////////////
- system("PAUSE");
- return 0;
- }
Advertisement
Add Comment
Please, Sign In to add comment