টেকনোলজি এবং টেকনিউজ নিয়ে বাংলা ব্লগ ।
#include <iostream> using namespace std; int main() { int n,k; int result = 1; string line; cin>>n>>line; k = line.length(); for(int i = n; i>0; i = i-k) { result*=i; } cout<<result<<endl; }
output does not perfect
check again,everything is perfect..
output does not perfect
উত্তরমুছুনcheck again,everything is perfect..
মুছুন