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
2024-04-06 06:05:06
#include <iostream>
using namespace std;

int main(void){
int n;
cin>>n;
for(int i=0; i<n; i++){
cout<<"IOI"<<"\n";
}
}
2024-03-25 04:28:48
int n;
cin>>n;
for(int i=0; i<n; i++){
cout<<"IOI"<<endl;


2024-03-15 03:44:19
huulhaa boli


Last edit: 2024-03-15 03:45:40
2024-03-09 13:59:29
#include <iostream>
using namespace std;

int main() {
int n;
cin>>n;
for(int i=0; i<n; i++){
cout<<"IOI"<<endl;
}
return 0;
} huul2
2024-03-07 03:58:14
#include <iostream>
#include <sstream>
#include <string>
#include <cstdlib>
#include <cmath>

using namespace std;

// Headers
string toString (double);
int toInt (string);
double toDouble (string);

int main() {
int n, i;

cin >> n;
for (i = 1; i <= n; i++) {
cout << "IOI" << endl;
}
return 0;
}

// The following implements type conversion functions.
string toString (double value) { //int also
stringstream temp;
temp << value;
return temp.str();
}

int toInt (string text) {
return atoi(text.c_str());
}

double toDouble (string text) {
return atof(text.c_str());
}
2024-03-07 03:58:14
#include <iostream>
#include <sstream>
#include <string>
#include <cstdlib>
#include <cmath>

using namespace std;

// Headers
string toString (double);
int toInt (string);
double toDouble (string);

int main() {
int n, i;

cin >> n;
for (i = 1; i <= n; i++) {
cout << "IOI" << endl;
}
return 0;
}

// The following implements type conversion functions.
string toString (double value) { //int also
stringstream temp;
temp << value;
return temp.str();
}

int toInt (string text) {
return atoi(text.c_str());
}

double toDouble (string text) {
return atof(text.c_str());
}
2024-03-05 03:34:55
google history iig chine helen shuu

Last edit: 2024-03-05 03:35:40
2024-03-05 03:34:37
duugui bgaarai batsaan mine
2024-03-05 03:34:20
alii shuu
2024-03-05 03:34:05
huts dumb bitch mine
© Spoj.com. All Rights Reserved. Spoj uses Sphere Engine™ © by Sphere Research Labs.