23342023-01-10 15:17:15KrisztianBimmbamm (30)cpp11Wrong answer 0/303ms3460 KiB
#include <iostream>

using namespace std;

int main()
{
    int szamok[] ={15, 31, 74, 7, 58, 89, 67, 31, 52, 32};

    for (int i=0; i<10; i++)

    cout << szamok[i]<<" ";

cout<<endl;

 int db = 0;
  for (int i=0; i<10; i++)
    if(szamok[i]%10 == 7) {
        cout << szamok[i]<<" ";
        db++;
        }
cout<<endl;
     cout<<db;



}

SubtaskSumTestVerdictTimeMemory
base0/30
1Wrong answer0/03ms1872 KiB
2Wrong answer0/02ms2120 KiB
3Wrong answer0/32ms2364 KiB
4Wrong answer0/32ms2444 KiB
5Wrong answer0/32ms2520 KiB
6Wrong answer0/32ms2652 KiB
7Wrong answer0/32ms2848 KiB
8Wrong answer0/32ms3052 KiB
9Wrong answer0/32ms3188 KiB
10Wrong answer0/32ms3204 KiB
11Wrong answer0/32ms3460 KiB
12Wrong answer0/32ms3408 KiB