This commit is contained in:
2023-12-04 15:56:21 +01:00
parent dec2f50334
commit 188d12092d
15 changed files with 154 additions and 51 deletions
+2 -2
View File
@@ -1,7 +1,7 @@
#include <stdio.h>
#include <math.h>
#include "main_rovnice.h"
int trojuholnikalgo(int a, int b, int c) {
if (((a + b) > c) && ((a + c) > b) && ((b + c) > a)) {
@@ -76,7 +76,7 @@ void rovnicapriamky() {
}
}
int main() {
int rovnice() {
//trojuholnik();
rovnicapriamky();