Need some help.For b there are 16 values?Is that right? Thanks!
Need some help.[code] #include <iostream.h> int main() { int p,t,n; cout << "N="; cin >> n; p=1; t=0; while(...
Simple problemThank you L B, keskiverto and Aceix!
Simple problemDone it!Thanks guys. [code]#include <iostream.h> int main() { int n,k,suma,i; cin >> n; cin >> k;...
Simple problemHi, I was thinking for a few days at a C++ problem and I couldn't solve it, I tried but I'm a beggin...