int a,b,c
a%b=c
스캔에프생략printf("%d%%d=%d",a,b,c);
이렇게 하니깐
5랑 3 입력하면
5%d=2 이렇게 나오더라
%를 그대로 출력하는방법좀
%d%%%d=%d [i]
left operand 뭐시기 에러 안 나왔나?
ㄳㄳ
저게 됨 ?
%d%%%d=%d [i]
left operand 뭐시기 에러 안 나왔나?
ㄳㄳ
저게 됨 ?