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.|

RGB7203 - IOI n удаа

IOI үгийг өгөгдсөн тоон удаа хэвлэ.

Input

Int төрлийн эерэг бүхэл тоо өгөгдөнө.

Output

Мөр тус бүрт нэг IOI үг бичнэ.

Example

Input:
4

Output:
IOI
IOI
IOI
IOI


Нэмсэн:Bataa
Огноо:2011-06-12
Хугацааны хязгаарлалт: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-02-25 01:25:48
YO MOMS A HOOKER
2022-02-23 01:28:19
hi

Last edit: 2022-02-23 01:28:29
2022-01-17 09:01:01
Maraljingood Hairtai shuuu N eesxD
2021-11-12 14:18:46
mai huuhduudeee hahahahhahah
#include<stdio.h>
int main()
{
int a;
scanf("%d",&a);
while(a>=1)
{
printf("IOI\n");
a--;
}
}
2021-10-17 06:22:24
muu huur yag zanj bgad oruulsan baihda kkk
public static void main(String[] args) {
Scanner sc = new Scanner(System.in);
String fuckAllTheNiggersInThisWorld = "IOI";
int n = sc.nextInt();
for (int i = 0; i < n; i++) {
System.out.println(fuckAllTheNiggersInThisWorld);
}
}
2020-11-04 04:13:23
#include<iostream>
using namespace std;
int main(){
int a , b;
cin>>a;
for(b=1; b<=a; b++){
cout<<"IOI"<<endl;
}
return 0;
}
2020-11-03 14:10:51
#include<stdio.h>

int main()
{
int a;
scanf("%d", &a);
for(int i=1; i <= a; i=i+1)
{
printf("IOI\n");

}
return 0;
}
2020-11-03 09:26:38
namuun t1buges
2020-11-03 09:26:09
ieuigf





2020-08-13 06:25:24
e/free
© Spoj.com. All Rights Reserved. Spoj uses Sphere Engine™ © by Sphere Research Labs.