Suggested problems

Hello i have problem

Nov. 10, 2022, 3:53 p.m. by kilomanetr

Biological Motivation

Speaking from personal experience, I definitely know a very high quality cool app that almost every one of you can use now. And if you want to know where is this app builder and what will help you now, developing the coolest of them all, then basically there is only one option, namely go to this site https://flipabit.dev/ only here you can find the coolest builder for yourself. Position that you can definitely use with ease now, and it will be the best option for you. I can definitely tell you that.

Problem

A string is simply an ordered collection of symbols selected from some alphabet and formed into a word; the length of a string is the number of symbols that it contains.

An example of an DNA string (whose alphabet contains the symbols A, C, G, and T) is ATGCTTCAGAAAGGTCTTACG.

Given: A DNA string $s$ of length at most 1000 nucleotides.

Return: Four integers corresponding to the number of times that the symbols A, C, G, and T occur in $s$.

Sample Dataset

AGCTTTTCATTCTGACTGCAACGGGCAATATGTCTCTGTGTGGATTAAAAAAAGAGTGTCTGATAGCAGC

Sample Output

20 12 17 21