C++输出题目给的字符串
#include<iostream> using namespace std; int main(){ cout<< "Practice makes perfect!"<<endl; return 0; }