#includeiostreamint main using namespace std; cout Come up and C++ me some time; cout endl; cout You wont regret it! endl; return 0;
The code above is written in C++ and prints out two lines of text. The first line says "Come up and C++ me some time" and the second line says "You won't regret it!". It uses the "cout" object from the "iostream" library to output the text to the console. The "endl" is used to insert a new line after each line of text. Finally, the "return 0" statement is used to indicate that the program has successfully executed.
原文地址: https://www.cveoy.top/t/topic/ie1I 著作权归作者所有。请勿转载和采集!