K
Khách

Hãy nhập câu hỏi của bạn vào đây, nếu là tài khoản VIP, bạn sẽ được ưu tiên trả lời.

13 tháng 9 2021

D E F , đúng hơm ?

1: 

#include <bits/stdc++.h>

using namespace std;

string st;

int d,i;

int main()

{

getline(cin,st);

d=st.length();

for (i=d-1; i>=0; i--) cout<<st[i];

return 0;

}

 

uses crt;

const fi='tamgiac.dat';

var f1:text;

a,b,c:array[1..100]of real;

n,i,j,k,dem:integer;

begin

clrscr;

assign(f1,fi); reset(f1);

n:=0;

while not eof(f1) do 

  begin

inc(n);

readln(f1,a[n],b[n],c[n]);

end;

dem:=0;

for i:=1 to n do 

for j:=1 to n do 

for k:=1 to n do

if (i=j) and (j=k) then

begin

  if (a[i]+b[j]>c[k]) and (a[i]+c[k]>b[j]) and (c[k]+b[j]>a[i]) then

  begin

if (a[i]=b[j]) and (a[i]<>c[k]) and (b[j]<>c[k]) then inc(dem);

if (a[i]=c[k]) and (a[i]<>b[j]) and (c[k]<>b[j]) then inc(dem);

if (b[j]=c[k]) and (b[j]<>a[i]) and (c[k]<>a[i]) then inc(dem);

end;

end;

writeln(dem);

readln;

end.

3 tháng 8 2017

Đáp án đúng : A

10 tháng 5 2017

Đáp án đúng : B

#include <bits/stdc++.h>

using namespace std;

double m,n,p;

int main()

{

cin>>m>>n>>p;

if (p*p==m*m+n*n) cout<<"YES";

else cout<<"NO";

return 0;

}

14 tháng 9 2018

Đáp án đúng : B

27 tháng 11 2017

Đâp án đúng : C

26 tháng 5 2019

Đáp án đúng : C