Get Mystery Box with random crypto!

CODING SOLUTION - Placement Jobs & Materials

Logo of telegram channel codingsolution_it — CODING SOLUTION - Placement Jobs & Materials C
Logo of telegram channel codingsolution_it — CODING SOLUTION - Placement Jobs & Materials
Channel address: @codingsolution_it
Categories: Technologies
Language: English
Subscribers: 198.60K
Description from channel

🌀 ” Our Only Aim Is To Let Get Placed To You In A Reputed Company. “
Contact Admin:
instagram.com/offcampusjobsindia_it

Ratings & Reviews

4.00

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

1

1 stars

0


The latest Messages 51

2022-08-27 13:54:44
Python
1st Qsn TCS Happy Birthday to you Code
Telegram - t.me/codingsolution_IT
19.0K views10:54
Open / Comment
2022-08-27 13:50:09
Python
1st Qsn TCS Happy Birthday to you Code
Telegram - t.me/codingsolution_IT
19.1K viewsedited  10:50
Open / Comment
2022-08-27 09:19:24
Python (Replace "return -1" with "return 1" in 3rd line )
Lucky number Code
Telegram - t.me/codingsolution_IT
35.0K viewsedited  06:19
Open / Comment
2022-08-27 09:00:20
Python
1st Qsn TCS
Telegram - t.me/codingsolution_IT
34.7K views06:00
Open / Comment
2022-08-27 08:51:08
Python
1st Qsn TCS
Telegram - t.me/codingsolution_IT
33.7K viewsedited  05:51
Open / Comment
2022-08-27 08:49:04
Python
1st Qsn TCS
Telegram - t.me/codingsolution_IT
31.6K viewsedited  05:49
Open / Comment
2022-08-27 08:46:36
Python
2nd Qsn TCS
Telegram - t.me/codingsolution_IT
29.5K views05:46
Open / Comment
2022-08-27 08:45:24 #include

using namespace std;

int main(){
  string h,w;
  cin>>h>>w;
  vector v1(26), v2(26);
  for(auto x : h){
    v1[x-'a']++;
  }
  for(auto x : w){
    v1[x-'a']++;
  }
  int n;
  cin>>n;
  for(int i = 0; i    string s;
    cin>>s;
    for(auto x : s){
      v2[x-'a']++;
    }
  }
  bool ans = true;
  for(int i = 0; i<26; i++){
    if(v1[i]      ans = false;
    }
  }
  if(ans) cout<<"YES";
  else cout<<"NO";
}

C++
1st Qsn TCS Architect with n building code
Telegram - t.me/codingsolution_IT
32.6K viewsedited  05:45
Open / Comment
2022-08-27 08:42:01 n=int(input())
a=list(map(int,input().split()))
s=0
c=0
for i in range(len(a)):
if a[i]%4!=0:
s=s+a[i]
c=c+1
if s%4==0:
print(c//2)
else:
print(-1)

Python
Lucky number Code
Telegram - t.me/codingsolution_IT
31.9K views05:42
Open / Comment
2022-06-22 19:10:46 VIRTUSA EXAM TOMORROW SOLUTION GROUP:

t.me/codingsolution_IT

t.me/virtusa_exam_discussion_group

Share post in ur college Whatsapp grps.
5.2K views16:10
Open / Comment