Tệp và thao tác với tệp

LT
13 tháng 5 2022 lúc 16:27

lx .-.

Bình luận (0)
FH
13 tháng 5 2022 lúc 19:10

loi r bn 

 

Bình luận (0)
MN
Xem chi tiết
H24
Xem chi tiết
NT
30 tháng 4 2022 lúc 21:28

II: Tự luận

#include <bits/stdc++.h>

using namespace std;

double a,b,c,p,s;

int main()

{

freopen("dodai.inp","r",stdin);

freopen("dientich.out","w",stdout);

cin>>a>>b>>c;

p=(a+b+c)/2;

s=sqrt(p*(p-a)*(p-b)*(p-c));

cout<<fixed<<setprecision(1)<<p;

return 0;

}

Bình luận (0)
KR
Xem chi tiết
NT
30 tháng 4 2022 lúc 21:47

const fi='dulieu.inp'

fo='kq.txt'

var f1,f2:text;

a:array[1..100]of integer;

i,n,dem,t:integer;

begin

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

assign(f2,fo); rewrite(f2);

n:=0;

while not eof(f1) do 

begin

n:=n+1;

read(f1,a[n]);

end;

dem:=0;

t:=0;

for i:=1 to n do 

  if a[i] mod 6=0 then 

begin

dem:=dem+1;

t:=t+a[i];

end;

writeln(f2,dem);

writeln(f2,t);

close(f1);

close(f2);

end.

Bình luận (0)
NB
Xem chi tiết
NT
30 tháng 4 2022 lúc 22:04

uses crt;

const fi='vanban.txt'

var f1:text;

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

ln:real;

n,i:integer;

begin

clrscr;

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

n:=0;

while not eof(f1) do 

begin

n:=n+1;

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

end;

for i:=1 to n do tb[i]:=(a[i]+b[i]+c[i])/3;

for i:=1 to n do 

writeln(tb[i]:4:2);

ln:=0;

for i:=1 to n do 

  if ln<tb[i] then ln:=tb[i];

writeln(ln:4:2);

close(f1);

readln;

end.

Bình luận (0)
KN
Xem chi tiết
HX
Xem chi tiết
HX
11 tháng 4 2022 lúc 20:31

Nhờ các IT viết chương trình bằng ngôn ngữ Pascal nhé

Bình luận (0)
VH
Xem chi tiết
NT
9 tháng 4 2022 lúc 10:04

uses crt;

const fi='mang.inp'

var f1:text;

a:array[1..10000]of integer;

i,n:integer;

begin

clrscr;

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

n:=0;

while not eof(f1) do 

begin

n:=n+1;

read(f1,a[i]);

end;

for i:=1 to n do write(a[i]:4);

close(f1);

readln;

end.

Bình luận (0)
CD
Xem chi tiết
DL
25 tháng 3 2022 lúc 5:21

câu c nó ngắn nhất ấy

Bình luận (0)
TL
Xem chi tiết