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
2022-11-07 08:32:05

#include <iostream>

using namespace std;

int main()
{
int a,b,c,s=0,d,i;
cout<<"IOI"<<endl<<endl<<"IOI"<<endl<<endl<<"IOI";
}
GOOD ANSWER
2022-08-10 19:07:10
#include<stdio.h>
main()
{
int a;
for(a=0;a<3;a++){
printf("IOI\n",a);

}
}

2022-05-17 07:16:36
#include <iostream>
using namespace std;
int main() {
cout << "IOI" " ";
cout << "IOI" " ";
cout << "IOI";
return 0;
}
stream "IN CORPORE SANO" by Konstrakta <3
2022-03-20 15:21:25
#include<bits/stdc++.h>

using namespace std;

int main(){

cout<<"IOI"<<endl;
cout<<"IOI"<<endl;
cout<<"IOI"<<endl;


return 0;
}
2022-02-25 01:23:31
UR MOM IS A HOE
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;
}
© Spoj.com. All Rights Reserved. Spoj uses Sphere Engine™ © by Sphere Research Labs.