7 lines
114 B
C
7 lines
114 B
C
|
#include <stdio.h>
|
||
|
|
||
|
int main(void){
|
||
|
printf("192 384 576\n219 438 657\n273 546 819\n327 654 981\n");
|
||
|
return 0;
|
||
|
}
|