Cours
Cours
Compilateur de code
Compilateur de code
Discuter
Équipes
Se connecter
S'inscrire
Menu
Discussions Q&R
Chercher
Chercher
Poser une question
Poser une question
In competitive programming what is this means Constraints: 1 <= T <= 200 1 <= N <= 107 1 <= D <= N 0 <= arr[i] <= 105?
constraints
2 Votes
4 Réponses
11th Oct 2019, 5:42 AM
Rupak Barman
Why 7 <= 8 returns true?
booleans
python
0 Vote
26 Réponses
12th Dec 2019, 9:16 AM
Surbhi Dighe
[ Solved ] Why comparison 5 <= x <= 10 wont work in below code
c++
comparison
9 Votes
11 Réponses
16th Jan 2021, 10:30 AM
Mr. Rahul
what does <= mean?
c++
loops
0 Vote
3 Réponses
17th Aug 2016, 2:50 PM
Solid Snake
No entiendo que es <=
arrays
1 Vote
3 Réponses
17th Sep 2018, 3:05 PM
Julian Labala
Trying to do binarization convert numbers that are <= threshold
binarization
0 Vote
73 Réponses
8th Jun 2019, 6:51 PM
Ranking
explanation of 'Test' <= 'test'
booleans
comparisons
python
0 Vote
1 Réponse
20th Feb 2018, 10:37 AM
Spiros Michelakis
What the heck does <= mean??
java
loops
1 Vote
3 Réponses
22nd Nov 2016, 2:29 PM
-Skorpiman- NL
Why 'while <= ' stops this from working?
loops
python
3 Votes
2 Réponses
5th Mar 2020, 11:22 PM
tebkanlo
What is the function of <= \ >=
booleans
doubt
operators
python
python3
1 Vote
1 Réponse
8th Jun 2019, 1:11 AM
Uditya Kumar
age = int(input()) if(age == 0 and age <= 11): print('Child') elif(age >= 11 and age <= 17): print('Teen') elif(age > 17
python
0 Vote
3 Réponses
12th May 2022, 7:23 AM
Purple Phoenix 7
k = 5 while k <= 100: print("k") k= k+5
loops
0 Vote
9 Réponses
2nd Aug 2018, 10:18 AM
mugalu
Someone please exaplain me this!!! :- == , <= , >=
python
1 Vote
4 Réponses
29th Oct 2021, 5:30 PM
Kunj Mandaviya
"OverflowError: days=1887307927; must have magnitude <= 999999999 "
python3
0 Vote
1 Réponse
2nd Nov 2018, 7:27 AM
Raj Charan
x = 0 while x <= 20: print (x) x += 2
loops
python
3 Votes
4 Réponses
19th Oct 2016, 2:38 PM
Blas Ortiz
What's the difference between <= operator and =< operator ??
c
c++
java
javascript
python
-1 Vote
2 Réponses
15th Mar 2022, 1:46 PM
Jainil Raval
Help me to fix my code. The question asks to enter contraits 0 <= X, Y <= 10000. Please show me tutorial to enter contraits
c
1 Vote
3 Réponses
23rd Sep 2023, 5:12 AM
Theo Filus Iglesias Triadi
Hi. Can someone please explain me what does it code mean in python. def section(request, num): if 1 <= num <= 3: return HttpRes
django
python
python3
-2 Votes
3 Réponses
14th Jul 2021, 10:39 PM
kamoyak
What is the Difference between if(age < 19) and if(age <= 19)?
if-statements
java
0 Vote
8 Réponses
14th Mar 2016, 9:05 AM
Ali
Operator <= cannot be applied to operands of type ' String' and 'int'
no
value
variable
with
1 Vote
6 Réponses
22nd Jun 2019, 6:08 AM
AB Rizni
def g(x): (q,d) = (1,0) while q <= x: (q,d) = (q*10,d+1) return(d)
python
1 Vote
3 Réponses
14th Aug 2018, 5:46 AM
kamalesh vra
How do you generate integer i such that 10 =< i <= 50 ?
accurate
answer
hope
i
0 Vote
4 Réponses
4th Jul 2020, 7:17 AM
[No Name]
# take the number as input number = int(input()) while number <= 0: print(number) number = number - 1
python
5 Votes
8 Réponses
30th May 2023, 6:45 PM
Arooj Amina
for (int x = 0 x <= x += ) { cout << << endl; }
c++
loops
0 Vote
5 Réponses
21st Dec 2018, 10:03 AM
Najam Us Saqib
var x = 0; for (; x <= ; x += ) { document.write(x); }
#javascript
0 Vote
3 Réponses
3rd Nov 2020, 12:19 PM
SANDHIYA S
Python question, in python3 this two symbols i don't understand (<= , >= ) please give me examples and explain also.
<=
>=
and
1 Vote
3 Réponses
7th Jun 2019, 8:30 AM
Rupak Barman
a=input('Enter no. = ') if a > 10 print('Ok') if a <= 10 print('Not ok')
help
0 Vote
2 Réponses
24th Jun 2022, 4:12 AM
Anushka Jangra
What is wrong with this code please:n = 100 i = 1 while i <= n: if i % 2 == 0: continue print(i) i+=1
christian
huml
2 Votes
15 Réponses
13th Mar 2022, 1:56 PM
Lean R1
float(9**x) == 9**x = True , if x <= 16 but False if x> 16 why?
python3
type-conversion
1 Vote
2 Réponses
18th Dec 2019, 5:05 PM
Ankur Singh Oli
How many numbers does this code print? i = 5 while True: print(i) i = i - 1 if i <= 2: break
python3
-1 Vote
8 Réponses
21st Sep 2018, 2:01 AM
Mohamed Ramadan El Geneidy
In this instance what does the <= between the x and the 10 mean?
rand
0 Vote
1 Réponse
11th Apr 2018, 3:42 PM
Sir
int num = 1; int number; while (num <= 5) { cin >> number; num++; }
simple
0 Vote
2 Réponses
22nd Jun 2018, 9:28 AM
Superman Batman
can we add conditions such as <= or > to the case value? for example case <16
c++
switch
0 Vote
4 Réponses
5th Jul 2016, 10:00 PM
Jastria Rahmat
How can get the code in java script to print true or false when using === == <= >= e.t.c.
comparison
javascript
-2 Votes
8 Réponses
31st Dec 2020, 12:34 PM
Prince Abakwue
for (int x = 0 x <= x += ) { cout << << endl; }
c++
loops
0 Vote
1 Réponse
25th Jun 2018, 9:41 PM
Windell
let total = 0, count = 1; while (count <= 10) { total += count; count += 1; } console.log(total);
javascript
1 Vote
3 Réponses
8th Nov 2020, 6:51 AM
Kayode Kolade Christopher
# Take the number of available spaces as an input spaces = int(input()) # Display message if spaces are available if spaces <=
hfhdhdud
1 Vote
7 Réponses
26th Sep 2023, 5:01 AM
Victoria Dionne Camacho
for(int i = 1; i <= 5; i++) { System.out.print (i + " "); int k = 6; int sum =
code
1 Vote
4 Réponses
10th Mar 2021, 7:10 AM
Monir Hossen
i= int(input('Give me number!')) x = i + 10 nums=[ ] while i <= x: nums.append(i) i += 1 print(nums) Pls.e
python3
1 Vote
4 Réponses
24th Oct 2020, 2:04 AM
Sushil Mundhra
words = ["hello", "world", "spam", "eggs"] counter = 0 max_index = len(words) - 1 while counter <= max_index: word = words
counter
0 Vote
4 Réponses
11th Jun 2018, 4:20 PM
Anurag
i was trying to solve security code for the code coach but it gives me error in (if i > 0 and i <= length-1:)
python
1 Vote
8 Réponses
1st Sep 2020, 6:36 AM
Smiley[Offline]
I have this, 3a + 5b +9b <= 2000, How can I find all the possibles solutions with an algorithm. Someone know any solution? Ty
python3
1 Vote
7 Réponses
16th Oct 2020, 7:59 PM
Rodrigo Cerna Bello
#include <iostream> using namespace std; int main() { int a; for ( a = 10; a <= 100; a+=10){ cout << a << endl;
c++
for
loops
8 Votes
5 Réponses
6th May 2017, 2:32 AM
MUʜAMMED ɪʟʟYAS
list = list(range(101)) i = 0 while i <= 100: m = i%2 if m == 0: index = list[i] print(index) i = i + 1
loops
while
1 Vote
9 Réponses
16th Apr 2019, 5:56 AM
ALBERT SAURAV
i = 1 while i <= 5: print (i) I = i+1 difference i = 1 ........ i = i+1 print (i)
python
1 Vote
3 Réponses
4th Apr 2019, 4:30 AM
Anonymous
int main () { for (int x = 1; x <= 10; x++) { cout << 1 + (rand() % 6) << endl; } }
rand
0 Vote
6 Réponses
17th May 2020, 9:29 AM
Salini Selvam
#include <iostream> using namespace std; int main() { int num = 1; int number; int total = 0; while (num <= 5)
loops
-1 Vote
2 Réponses
25th Oct 2020, 1:43 PM
Sada
So I tried a = "a" while a <= "e": print(a) a = "a" + "1" print("Finished") and it said time limit exceeded
loops
python
0 Vote
5 Réponses
7th Sep 2016, 10:49 PM
Tendai25
How many numbers does this code print? i = 5 while True: print(i) i = i - 1 if i <= 2: break
python3
0 Vote
2 Réponses
21st Sep 2018, 2:01 AM
Mohamed Ramadan El Geneidy
I tried this code : int num = 1; int number; while (num <= 5) { cin >> number; num++; }. But it showed no output
loops
0 Vote
7 Réponses
20th Jul 2018, 3:44 PM
Abhinav Anand
Poser une question
Poser une question
Poser une question
Poser une question
< Précédent
1
2
Suivant >
Aujourd'hui en vedette
Help please?
3 Votes
How to get better with problem-solving and programming
1 Votes
Ejercicio Pytho
0 Votes
Odd even threads without condition variable
0 Votes
Online voting system
2 Votes
What is that z for
0 Votes
Bug on "Java for Beginners Module 3 Quiz"
1 Votes
Suggestions needed
4 Votes
SQL practice
2 Votes
Game development
0 Votes