/* *brief:打印输出"Practice makes perfect!" *param_in:NULL *param_out:NULL *author:TsundereKike *ret:NULL */ #include <stdio.h> int main() { printf("Practice makes perfect!"); }