Problem hidden
|This problem was hidden by Editorial Board member probably because it has incorrect language|version or invalid test data, or description of the problem is not clear.|

RGB7202 - IOI 3 удаа

Дэлгэцэнд IOI гэж 3 удаа хэвлэ.

Input

Оролт байхгүй.

Output

IOI үгийг төр тус бүрт 1,1-ээр хэвлэ.

Example

Input:


Output:
IOI
IOI
IOI

Нэмсэн:Bataa
Огноо:2011-06-01
Хугацааны хязгаарлалт:1s
Эх кодын хэмжээний хязгаарлалт:50000B
Memory limit:1536MB
Cluster: Cube (Intel G860)
Програмчлалын хэлүүд:ADA95 ASM32 BASH BF C NCSHARP CSHARP C++ 4.3.2 CPP C99 CLPS LISP sbcl LISP clisp D ERL FORTRAN HASK ICON ICK JAVA JS-RHINO JULIA LUA NEM NICE OCAML PAS-GPC PAS-FPC PERL PHP PIKE PRLG-swi PYTHON PYPY3 PYTHON3 RUBY SCALA SCM guile ST TCL WHITESPACE

hide comments
2018-01-10 10:42:00
#include<bits/stdc++.h>
using namespace std;
int main()
{
cout<<("IOI")<<endl;
cout<<("IOI")<<endl;
cout<<("IOI")<<endl;
system ("pause");
return 0;
}
2017-03-01 18:48:24
#include<stdio.h>
main(){
int a;
for(a=0; a<3; a++)
{
printf("IOI\n");
}
return 0;
}
2015-03-14 12:33:46 lhagvaa
#include<stdio.h>
#include<stdlib.h>
int main()
{
printf("IOI\n");
printf("IOI\n");
printf("IOI\n");
system("pause");
return 0;
}
2014-05-10 16:58:16 sektor!
#include<iostream>
#include<stdlib.h>
using namespace std;
main() {
int IOI;
cout<<("IOI")<<endl;
cout<<("IOI")<<endl;
cout<<("IOI");
system("pause");
}
2013-10-28 03:26:39 solongo
#include<stdio.h>
main()
{
//freopen ("a.in","r",stdin);
//freopen ("a.out","w",stdout);

printf("IOI\n\n");
printf("IOI\n\n");
printf("IOI\n\n");

}
© Spoj.com. All Rights Reserved. Spoj uses Sphere Engine™ © by Sphere Research Labs.