Run Code
|
API
|
Code Wall
|
Misc
|
Feedback
|
Login
|
Theme
|
Privacy
|
Patreon
Zadanie Kolokwium 2013: Trójkąty i trójkąty
#include <iostream> using namespace std; int main() { int ile=0; scanf("%d",&ile); int bok[3]; for(int i=0;i<ile;i++) { for(int i=0;i<3;i++) { scanf("%d",&bok[i]); } if(((bok[0]+bok[1])>bok[2]) && ((bok[2]+bok[1])>bok[0]) && ((bok[0]+bok[2])>bok[1])) { if((bok[0]==bok[1]) && (bok[1]==bok[2]) && (bok[0]==bok[2])) { printf("ROWNOBOCZNY\n"); } else if((bok[0]==bok[1]) or (bok[1]==bok[2]) or (bok[0]==bok[2])) { printf("ROWNORAMIENNY\n"); } else { if(((bok[0]*bok[0]+bok[1]*bok[1])==bok[2]*bok[2]) or ((bok[2]*bok[2]+bok[1]*bok[1])==bok[0]*bok[0]) or ((bok[0]*bok[0]+bok[2]*bok[2])==bok[1]*bok[1])) { printf("PROSTOKATNY\n"); } else { printf("INNY TROJKAT\n"); } } } else { printf("NIE\n"); } } }
run
|
edit
|
history
|
help
0
maximum_frequent_sum
Test 8(2010)
introduction c-types
Segmented Sieve
https://rextester.com/TXKE53925
series
Jilebi Nimki
Simple use of function templete and namespace
water drop/ water land
Beadandó