Search
 
SCRIPT & CODE EXAMPLE
 

CPP

C++ Battery Low

	int a,n,b[n];
	cin>>n;
	for(int i=0;i<n;i++){
	    cin>>b[i];
	}
	for(int i=0;i<n;++i){
	    if(b[i]<=15)
	        cout<<"Yes"<<endl;
	    else 
	        cout<<"No"<<endl;
	}
Comment

PREVIOUS NEXT
Code Example
Cpp :: 2160. Minimum Sum of Four Digit Number After Splitting Digits leetcode solution in c++ 
Cpp :: Redragon m609 weight 
Cpp :: codeforces Pangram in c++ 
Cpp :: multilevel inheritance in c++ private method 
Cpp :: pca compact trick 
Cpp :: The program must enter a natural number n from the console and find the number previous to n that is not divisible by 2 , 3 and 5 . 
Cpp :: is there interfaces in c++ like 
Cpp :: c++ power operator 
Cpp :: The elements are store at contiguous memory locations in C++ 
Cpp :: c++ else 
Cpp :: c++ arreglo/array 
Cpp :: how to calculate the sum of primary diagonal matrix and secondary diagonal matrix using c++ 
Cpp :: bullet physics directx 11 
Cpp :: how to initialize a vector in c++ 
Cpp :: c++ function parameters 
Cpp :: binpow in fenwick tree 
Cpp :: template function in class c++ 
Cpp :: c++ destructor 
Cpp :: Come concatenare stringhe in c++ 
Cpp :: #include using namespace std; int main() { double leashamt,collaramt,foodamt,totamt; cout<<"Enter the amount spent for a leash : "; 
C :: remix icon cdn 
C :: plt hide axis ticks 
C :: adb switch to usb 
C :: remove on condtion in vec rust 
C :: Write a C program to find reverse of an array 
C :: npm fix old lockfile 
C :: c program 
C :: hi servicenow 
C :: Graphics in C Draw Circle 
C :: multiplication table in c using array 
ADD CONTENT
Topic
Content
Source link
Name
3+3 =