Loading...
Is this your company?
Write the fibonacci sequence using only one loop?
Anonymous
#include using namespace std; int main() { int first=0,second=1; for(int i=0;i<10;i++) { cout<
#include using namespace std; int main() { int a=0,i=0,b=1, sum=0, n=0; scanf("%d", &n); printf("%d\n%d\n", a,b); sum = a+b; for(i=0 ; i
#include using namespace std; using ll = long long ; int main() { ll n ; cin >> n; ll x = 0, y =1, z = 0; for(int i =0;i
Check out your Company Bowl for anonymous work chats.
Get actionable career advice tailored to you by joining more bowls.
Stay ahead in opportunities and insider tips by following your dream companies.
Get personalised job recommendations and updates by starting your searches.