Your notes: No notes added yet.
Write a program that takes an array of size N as input and gives the output as an array ...
1 minutes and 11 seconds
JAVA
Accepted Solution
3 2 1
0 1 2 1
1 1 1 1 1
10000 150 1000
6 -9 -2 -1
-1 -1000 -100
10
-100 -100 -100
-1000000 1000000
Write a program that takes the center co-ordinates and radius of two circles and gives output YES...
1 minutes and 58 seconds
C++
Compilation Error
prog.cpp:13:2: warning: no newline at end of fileprog.cpp: In function 'int main()':prog.cpp:13: error: expected primary-expression before '}' tokenprog.cpp:13: error: expected ';' before '}' token
Write a program that takes two 11 integer array elements (one input per line) and gives output YES...
0 minutes and 50 seconds
PYTHON
YES
NO
YESNO
TestCases Information:
import java.io.BufferedReader;
list1 = [int(n) for n in raw_input().split(" ")]
#include <cstdio>
Gold badge count
Silver badge count
Bronze badge count
Reputation
Preparing PDF..