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
2021-10-17 06:16:02
hahahaha arai hoyor bi estoy
public static void main(String[] args) {
System.out.println("IOI");
System.out.println("");
System.out.println("IOI");
System.out.println("");
System.out.println("IOI");
System.out.println("");
}
2021-06-18 09:29:48
#include <iostream>
using namespace std;
int main () {
cout<<"IOI"<<endl<<"IOI"<<endl<<"IOI";
}ILUU AMARHAN
2020-10-11 05:46:49
printf("IOI\n") suga yumaa
2019-10-08 04:28:10
#include <iostream>
using namespace std;
int main(){
cout<<"IOI"<<endl;
cout<<"IOI"<<endl;
cout<<"IOI"<<endl;
}

2019-04-02 09:23:43
#include <bits/stdc++.h>
using namespace std;

int main() {

for (int i = 0 ;i < 3; i++) {
cout << "IOI" << "\n";
}

return 0;
}
2019-03-09 05:36:10
print("IOI\nIOI\nIOI")
2019-01-08 07:36:23
#include<bits/stdc++.h>
int main (){
int a,b,c;
printf("IOI\nIOI\nIOI\n",a,b,c);
}
2019-01-08 02:37:09
#include <iostream>
using namespace std;

int main() {

for (int i = 0 ;i < 3; i++) {
cout << "IOI" << "\n";
}

return 0;
}
2018-10-05 04:21:40
#include <iostream>
using namespace std;

int main() {
int a;
for(a=0; a<3; a++){
cout<<"IOI\n";
}

return 0;
}
2018-03-18 02:23:16
#include<stdio.h>
#include<math.h>
main()
{
printf("IOI\n");
printf("IOI\n");
printf("IOI\n");
}
EZ
© Spoj.com. All Rights Reserved. Spoj uses Sphere Engine™ © by Sphere Research Labs.