Let denotes the term in triangle number series for every positive integers
Consider two function of and
Find the value of
(You can see more of my problem series in my profile)
This section requires Javascript.
You are seeing this because something didn't load right. We suggest you, (a) try
refreshing the page, (b) enabling javascript if it is disabled on your browser and,
finally, (c)
loading the
non-javascript version of this page
. We're sorry about the hassle.
include<stdio.h>
define tit int
using namespace std;
int main(){
long long tit rimba[100],norman[75],step[30]={0},xx=0;
for (int i=1;i<100;i++){
}
xx=0;
for (int i=1;i<75;i++){
}
xx=0;
for (int i=1;i<30;i++){
} printf("%lld",step[21]); }