修改文件结构。
This commit is contained in:
8
POP/02/Exercise02.c
Normal file
8
POP/02/Exercise02.c
Normal file
@@ -0,0 +1,8 @@
|
||||
#include <stdio.h>
|
||||
int main() {
|
||||
int m = 306587;
|
||||
long n = 28166459852;
|
||||
printf("m=%hd, n=%hd\n", m, n);
|
||||
printf("n=%d\n", n);
|
||||
return 0;
|
||||
}
|
||||
Reference in New Issue
Block a user