Compare commits
No commits in common. "4dca92ff727280e96783bd9b0122997d6737581e" and "16fb046f54575bfb8b4d7bca30aeb415e2b7cbd2" have entirely different histories.
4dca92ff72
...
16fb046f54
8
.idea/.gitignore
generated
vendored
8
.idea/.gitignore
generated
vendored
@ -1,8 +0,0 @@
|
|||||||
# Default ignored files
|
|
||||||
/shelf/
|
|
||||||
/workspace.xml
|
|
||||||
# Editor-based HTTP Client requests
|
|
||||||
/httpRequests/
|
|
||||||
# Datasource local storage ignored files
|
|
||||||
/dataSources/
|
|
||||||
/dataSources.local.xml
|
|
2
.idea/Informatik2_Pr.iml
generated
2
.idea/Informatik2_Pr.iml
generated
@ -1,2 +0,0 @@
|
|||||||
<?xml version="1.0" encoding="UTF-8"?>
|
|
||||||
<module classpath="CIDR" type="CPP_MODULE" version="4" />
|
|
8
.idea/modules.xml
generated
8
.idea/modules.xml
generated
@ -1,8 +0,0 @@
|
|||||||
<?xml version="1.0" encoding="UTF-8"?>
|
|
||||||
<project version="4">
|
|
||||||
<component name="ProjectModuleManager">
|
|
||||||
<modules>
|
|
||||||
<module fileurl="file://$PROJECT_DIR$/.idea/Informatik2_Pr.iml" filepath="$PROJECT_DIR$/.idea/Informatik2_Pr.iml" />
|
|
||||||
</modules>
|
|
||||||
</component>
|
|
||||||
</project>
|
|
6
.idea/vcs.xml
generated
6
.idea/vcs.xml
generated
@ -1,6 +0,0 @@
|
|||||||
<?xml version="1.0" encoding="UTF-8"?>
|
|
||||||
<project version="4">
|
|
||||||
<component name="VcsDirectoryMappings">
|
|
||||||
<mapping directory="" vcs="Git" />
|
|
||||||
</component>
|
|
||||||
</project>
|
|
@ -31,7 +31,5 @@ int main(void){
|
|||||||
printf("====================================\n\n");
|
printf("====================================\n\n");
|
||||||
printf("Das Maximum der Zahlen ");
|
printf("Das Maximum der Zahlen ");
|
||||||
|
|
||||||
// vielmax(100, 24, 5226, 3243, 8238, 23, 22, 1, 0); //100 ist die maximale Anzahl der eingelesenen Zahlen
|
vielmax(100, 24, 5226, 3243, 8238, 23, 22, 1, 0); //100 ist die maximale Anzahl der eingelesenen Zahlen
|
||||||
// vielmax(100,3, 6, 0, 10, 12,0);
|
|
||||||
// vielmax(5, 7, 8, 3, 4, 1, 19, 0);
|
|
||||||
}
|
}
|
BIN
vielmax.exe
BIN
vielmax.exe
Binary file not shown.
Loading…
x
Reference in New Issue
Block a user