#include<stdio.h> int main( ) { int x=10,y=-3; printf("x%y=%d\n",x%d); return 0; }
就是求x%y啊,但为什么运行结果是y=%d啊
你想做什么 多打几行啊