Topics
Group-F
Related Posts:
SOLUTION OF URI 1156 // 1156 (Mahmud_Jamil) BRUR // S Sequence II #include <stdio.h>int main(){ double a,b=1,c,… Read More
SOLUTION OF URI 1131 // 1131 (Mahmud_Jamil) BRUR // Grenais #include <stdio.h>int main(){ int a,b,c=0,d=0,e=0,f,g,h… Read More
SOLUTION OF URI 1145 // 1145 (Mahmud_Jamil) BRUR // Logical Sequence 2 #include <stdio.h>int main(){ int X,Y,z,a,b=0… Read More
SOLUTION OF URI 1154 // 1154 (Mahmud_Jamil) BRUR // Ages #include <stdio.h>int main(){ int a,b=0; d… Read More
SOLUTION OF URI 1151 // 1151 (Mahmud_Jamil) BRUR // Easy Fibonacci #include <stdio.h>int main(){ int x,y, a=0,b=1,c=… Read More