Search
 
SCRIPT & CODE EXAMPLE
 

CPP

Int main ( ) { int i,n; cin>>n; i=n; while(i>=1) { i=i+5; i=i-6; } }

Int main ( )
 {
 int i,n;
 cin>>n;
 i=n;
 while(i>=1)
 {
 i=i+5;
 i=i-6;
 }
 }
time complexcity
Comment

PREVIOUS NEXT
Code Example
Cpp :: syntax of member function in c++ 
Cpp :: minimum no of jump required to reach end of arry 
Cpp :: cpp console progressbar 
Cpp :: how to list directory in c++ 
Cpp :: subsets of a given array 
Cpp :: choose endianness in cpp 
Cpp :: windows install cppcheck 
Cpp :: cpp qmenu add custom widget action 
Cpp :: c++ union set q5 
Cpp :: vprintf 
Cpp :: Basic Variables Entry C++ Programming 
Cpp :: C++ 4.3.2 (gcc-4.3.2) sample 
Cpp :: bounded and unbounded solution in lpp 
Cpp :: a variable with 2 independant variables plot 
Cpp :: how to calculate the sum of primary diagonal matrix and secondary diagonal matrix using c++ 
Cpp :: write c++ code using glbegin and gland() function 
Cpp :: double pointers C++ 
Cpp :: what does : mean in c++ 
Cpp :: return function in cpp 
Cpp :: are arrays faster than vectors c++ 
Cpp :: open a url with dev c 
Cpp :: c++ influenced 
C :: bold text in c 
C :: buble sort c 
C :: roll binary c 
C :: curl authorization header 
C :: C program to count number of digits in a number 
C :: armstrong number using function in c 
C :: c float remove trailing 0 
C :: ROUNDING decimal number in C 
ADD CONTENT
Topic
Content
Source link
Name
8+9 =