输出%d

来源:互联网 发布:测试软件 编辑:程序博客网 时间:2024/06/06 02:10
#include<stdio.h>
#include<math.h>
int main()
{
 printf("%%d" );
 return 0;
}