有没有大佬会?

#include<stdio.h>
int main(){
int x=5;
if(++x>5)
printf("%d\n",x-1);
else printf("%d\n",x);
return 0;
}

相似回答