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: 201.16K
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 99

2021-12-21 07:54:37
Python3
Father Trouble
Telegram - t.me/codingsolution_IT
11.9K views04:54
Open / Comment
2021-12-21 07:51:55 n = int(input())
a = list(map(int,input().split()))
c = 0
for i in range(n-1):
for j in range(i+1:n):
s1 = sum(list(map(int,bin(i)[2:].split())))
s2 = sum(list(map(int,bin(j)[2:].split())))
if s1 == s2:
c += 1
print(c)

Python
Bob and Numbers Code
Telegram - t.me/codingsolution_IT
11.3K views04:51
Open / Comment
2021-12-21 07:48:53
import java.util.*;

class CodeWindow {
public static void main(String[] args)
{
Scanner sc = new Scanner(System.in);
String str = sc.nextLine();
String s = sc.nextLine();
int n = sc.nextInt();
int charge[] = new int[n];
int count = 0;
for(int i=0;i if(str.charAt(i) != ' ') {
charge[count] = str.charAt(i)-48;
count++;
}
int sum = 0;
for(int i=0;i if(s.charAt(i) == 'P')
sum += charge[i];
else
sum -= charge[i];
}
if(sum > 0) {
System.out.println(sum*100);
}
else {
System.out.println(-sum*100);
}
}
}

Java
Electrostatics Code
Telegram - t.me/codingsolution_IT
11.7K views04:48
Open / Comment
2021-12-21 07:31:54 import java.util.*;
public class Main
{

public static void main(String[] args)
{
int m, n, res;
Scanner sc = new Scanner(System.in);
System.out.print(“\nEnter the grids : “);
m = sc.nextInt();
n = sc.nextInt();
if(n < m)
{
res = n;
}
else
{
res = m;
}
if(res % 2 == 0)
{
System.out.print(“\nWinner – Mani Iyer”);
}
else
{
System.out.print(“\nWinner – Arun Gupta”);
}
}

Java
Adjacent stick game Code
Telegram - t.me/codingsolution_IT
12.1K views04:31
Open / Comment
2021-12-21 07:24:34
Python
Max occurring character
Telegram - t.me/codingsolution_IT
13.9K views04:24
Open / Comment
2021-12-21 06:36:16 VIRTUSA & CAPGEMINI EXAM SOLUTION GROUP


t.me/virtusa_exam_capgemini_exam
13.8K views03:36
Open / Comment
2021-12-20 08:46:19
C++
Run earned Code
Telegram - t.me/codingsolution_IT
23.4K views05:46
Open / Comment
2021-12-20 08:41:54
C++
Length of the rules Code
Telegram - t.me/codingsolution_IT
22.7K views05:41
Open / Comment
2021-12-20 08:33:55
C++
Payment distrubance Code
Telegram - t.me/codingsolution_IT
21.4K views05:33
Open / Comment
2021-12-19 13:59:54
Python
Length of the longest prefix which is also a suffix
Telegram - t.me/codingsolution_IT
23.9K views10:59
Open / Comment