#include<bits/stdc++.h>
using namespace std;
int main()
{
int n;
while(scanf("%d",&n)&&n)
{
printf("1/2\n");
}
return 0;
}
using namespace std;
int main()
{
int n;
while(scanf("%d",&n)&&n)
{
printf("1/2\n");
}
return 0;
}
"Don't wait for the perfect moment , Take the moment and make it perfect..." - Zoey Sayward
Copyright © 2015-2018 পাবনের প্রোগ্রামিং স্টেশন
0 comments: (+add yours?)
Post a Comment