21.零起点学算法19——输出特殊值

#include<stdio.h>
int main()
{
    printf("%%d");
    return 0;
} 

猜你喜欢

转载自www.cnblogs.com/Estwind/p/9716328.html