Update lv4/1c.cpp
This commit is contained in:
parent
b507db843e
commit
1a653e5db9
1 changed files with 1 additions and 1 deletions
|
|
@ -9,7 +9,7 @@ JEDNAKOKRAČAN, 3, 2, 3 odgovor JEDNAKOKRAČAN, 3, 3, 3 nije jednakokračan
|
||||||
#include <iostream>
|
#include <iostream>
|
||||||
#include <algorithm>
|
#include <algorithm>
|
||||||
using namespace std;
|
using namespace std;
|
||||||
|
//ovo rjesenje pretpostavlja da ukoliko su 2 stranice trokuta jednake to je jednakokracan trokut
|
||||||
int main() {
|
int main() {
|
||||||
int brojevi[3];
|
int brojevi[3];
|
||||||
for (int i = 0; i < 3; i++) {
|
for (int i = 0; i < 3; i++) {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue