C++:
这可是初学者的大福利水题!
其实是为了考察是否掌握了输出语句
奉上AC代码:

#include<bits/stdc++.h>
using namespace std;
int main()
{
    cout<<"Practice makes perfect!";
}

谢谢支持鸭!