题解 | #实践出真知#
实践出真知
http://www.nowcoder.com/practice/9273504dbe6f4c5a92b75854faca5f45
/*
*brief:打印输出"Practice makes perfect!"
*param_in:NULL
*param_out:NULL
*author:TsundereKike
*ret:NULL
*/
#include <stdio.h>
int main()
{
printf("Practice makes perfect!");
}