Compare commits

..

2 Commits

Author SHA1 Message Date
4dca92ff72 Merge remote-tracking branch 'origin/main' 2025-04-04 11:52:20 +02:00
4c967750a0 22.5.2 2025-04-04 11:51:22 +02:00
6 changed files with 27 additions and 1 deletions

8
.idea/.gitignore generated vendored Normal file
View File

@ -0,0 +1,8 @@
# 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 Normal file
View File

@ -0,0 +1,2 @@
<?xml version="1.0" encoding="UTF-8"?>
<module classpath="CIDR" type="CPP_MODULE" version="4" />

8
.idea/modules.xml generated Normal file
View File

@ -0,0 +1,8 @@
<?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 Normal file
View File

@ -0,0 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="VcsDirectoryMappings">
<mapping directory="" vcs="Git" />
</component>
</project>

View File

@ -31,5 +31,7 @@ int main(void){
printf("====================================\n\n");
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 Normal file

Binary file not shown.