12461 - Airplane

#include<bits/stdc++.h>
using namespace std;

int main()
{
    int n;
    while(scanf("%d",&n)&&n)
    {
        printf("1/2\n");
    }
    return 0;
}

0 comments: (+add yours?)