修改文件结构。
This commit is contained in:
11
POP/06/test.c
Normal file
11
POP/06/test.c
Normal file
@@ -0,0 +1,11 @@
|
||||
#include <stdio.h>
|
||||
|
||||
int main() {
|
||||
int i = 0;
|
||||
do {
|
||||
printf("%d",i);
|
||||
i++;
|
||||
}
|
||||
while (i < 5);
|
||||
return 0;
|
||||
}
|
||||
Reference in New Issue
Block a user