🔥 Burn Fat Fast. Discover How! 💪

Codeforces solution

Logo of telegram channel getcode1 — Codeforces solution C
Logo of telegram channel getcode1 — Codeforces solution
Channel address: @getcode1
Categories: Education
Language: English
Subscribers: 4

Ratings & Reviews

3.67

3 reviews

Reviews can be left only by registered users. All reviews are moderated by admins.

5 stars

2

4 stars

0

3 stars

0

2 stars

0

1 stars

1


The latest Messages 36

2021-12-14 10:29:35 Share and ask all accenture 1pm exam students assemble here.

If everyone gathers here I can help you else We cant help.

Share Share

http://t.me/getanswers1
http://t.me/getanswers1
789 viewsedited  07:29
Open / Comment
2021-12-09 09:45:23
int main()
{
int arr[] = {1,3,3,4,4,4};

//Calculate length of array arr
int length = sizeof(arr)/sizeof(arr[0]);

printf("Duplicate elements in given array: \n");
for(int i = 0; i < length; i++) {
for(int j = i + 1; j < length; j++) {
if(arr[i] == arr[j])
printf("%d\n", arr[j]);
}
}
return 0;
}

Telegram - t.me/getcode1
454 views06:45
Open / Comment
2021-12-09 08:45:47 share to all zenq students to gather in this group for mutual help

Telegram - https://t.me/getanswers1
550 views05:45
Open / Comment
2021-12-08 21:09:55 LG Soft Off Campus | 2020 & 2021 Batch | 6LPA

match.myanatomy.in/sc/61b0837fd665a819c351c10d/n

Telegram - t.me/getcode1
672 views18:09
Open / Comment
2021-12-08 09:20:09
Self square area
Join
t.me/getcode1
816 views06:20
Open / Comment
2021-12-08 09:09:00
def Check_Vow(string, vowels):
final = [each for each in string if each in vowels]
print(len(final))

string=input()
vowels = "AaEeIiOoUu"
Check_Vow(string, vowels);

Telegram - t.me/getcode1
746 views06:09
Open / Comment
2021-12-08 09:01:13
a=input()
b="aeiou"
c=0
for char in a:
if char in b:
c+=1
Print(c)
Telegram - t.me/getcode1
684 views06:01
Open / Comment
2021-12-08 04:47:18 Messages in this channel will be automatically deleted after 1 week
01:47
Open / Comment
2021-12-08 04:44:47 Amazon Off Campus Drive | 2019-2021 Batch | BE BSC B.Tech MCA Msc

https://www.amazon.jobs/en/jobs/1836069/device-associate

Telegram - t.me/getcode1
764 viewsedited  01:44
Open / Comment
2021-12-08 04:38:13 Monocept Off Campus Drive | 2019-2021 Batch | 4 LPA+


Apply:
https://assessment.hackerearth.com/challenges/hiring/monocept-trainee-software-engineer-hiring-challenge/

Telegram - t.me/getcode1
739 views01:38
Open / Comment