0

回答の評価の正しい手順を教えてもらえますか (内部作業あり)。

#include<stdio.h>
main()
{
int a=10;
printf("%d %d %d\n",a,a++,++a);
return 0;
}
4

2 に答える 2