Compare commits
No commits in common. "cdc8af48d8c9e99e3e40a584008339ec32b36a5c" and "4731a695e9286e9d6425c9960f6cb50e273e6af6" have entirely different histories.
cdc8af48d8
...
4731a695e9
@ -1,12 +1,6 @@
|
|||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
#include <Windows.h>
|
#include <Windows.h>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
void print1_10() {
|
void print1_10() {
|
||||||
int a = 1;
|
int a = 1;
|
||||||
do {
|
do {
|
||||||
@ -73,11 +67,6 @@ void print1000_0_n() {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
void main() {
|
void main() {
|
||||||
SetConsoleCP(1251);
|
SetConsoleCP(1251);
|
||||||
SetConsoleOutputCP(1251);
|
SetConsoleOutputCP(1251);
|
||||||
|
Loading…
Reference in New Issue
Block a user