Problem U: 零起点学算法19——输出特殊值

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

猜你喜欢

转载自www.cnblogs.com/chenlong991223/p/9720422.html