Update README.md

master
pmj8gckvu 3 years ago
parent a610bd12d3
commit a7e6bed2ab

@ -45,6 +45,7 @@ int main() {
printf("总价值=%d", maxv);
}
~~~
***
~~~c
#include<stdio.h>
@ -66,7 +67,7 @@ int main(){
return 0;
}
~~~
***
~~~c
#include<stdio.h>
typedef struct{
@ -107,7 +108,7 @@ int main(){
return 0;
}
~~~
***
~~~c
#include<stdio.h>
#include<stdlib.h>

Loading…
Cancel
Save