Compare commits
2 Commits
4731a695e9
...
cdc8af48d8
Author | SHA1 | Date | |
---|---|---|---|
|
cdc8af48d8 | ||
|
3a9d8c6c78 |
@ -1,6 +1,12 @@
|
||||
#include <stdio.h>
|
||||
#include <Windows.h>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
void print1_10() {
|
||||
int a = 1;
|
||||
do {
|
||||
@ -67,6 +73,11 @@ void print1000_0_n() {
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
void main() {
|
||||
SetConsoleCP(1251);
|
||||
SetConsoleOutputCP(1251);
|
||||
|
Loading…
Reference in New Issue
Block a user