5 lines
55 B
C
Raw Normal View History

2024-11-29 17:33:12 +04:00
#include <stdio.h>
void main() {
printf("123 000");
}