problem id:-http://www.spoj.com/problems/TEST/
code:-
#include <iostream>
using namespace std;
int main()
{
int n;
while(1)
{
cin>>n;
if(n==42)
break;
cout<<n<<'\n';
}
return 0;
}
About Admin
Soratemplates is a blogger resources site is a provider of high quality blogger template with premium looking layout and robust design. The main mission of templatesyard is to provide the best quality blogger templates.
problem link :-- http://practice.geeksforgeeks.org/problems/count-subsequences-of-type-ai-bj-ck/0 code:-- #include <bits/stdc++.h...
No comments:
Post a Comment