#include <stdio.h>
int main() {
int a, b, c;
for (a = 0; a < 5; a++) {
for (c = 0; c <9-2*a; c++) {
printf("*");
}
for (b = 0; b <a; b++) {
printf(" ");
}
printf("\n");
}
return 0;
}
#include <stdio.h>
int main() {
int a, b, c;
for (a = 0; a < 5; a++) {
for (c = 0; c <9-2*a; c++) {
printf("*");
}
for (b = 0; b <a; b++) {
printf(" ");
}
printf("\n");
}
return 0;
}
변수명부터 응애네 ㅋㅋ 극혐 코테충 스타일
시비 그만걸고 갈길가라 ㅋ;;