VECTORI DE FRECVENTA (5). BACALAUREAT INFORMATICA. LIMBAJUL C++

แชร์
ฝัง
  • เผยแพร่เมื่อ 25 ม.ค. 2025

ความคิดเห็น • 2

  • @LumeaAlgoritmilor
    @LumeaAlgoritmilor  24 วันที่ผ่านมา

    Problema 2
    #include
    #include
    using namespace std;
    int main()
    {
    int fr[10]={0},i,n;
    ifstream fin("bac.txt");
    while(fin>>n)
    fr[n]++;
    if(fr[7]!=0) cout

  • @LumeaAlgoritmilor
    @LumeaAlgoritmilor  24 วันที่ผ่านมา

    Problema 1
    #include
    #include
    using namespace std;
    int main()
    {
    char s[51];
    int fr[256]={0},n,i,maxim=0;
    cin.getline(s,50);
    for(i=0;i