8 lines
108 B
C
8 lines
108 B
C
#include <stdio.h>
|
|
|
|
int main(void) {
|
|
printf("情\n 報\n 処\n 理\n");
|
|
|
|
return 0;
|
|
}
|