switch
This commit is contained in:
+2
-2
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user