Бодолт илгээх | Бүх бодолтууд | Шилдэг бодолтууд | Жагсаалт руу буцах |
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
|
||||||||
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 |
||||||||
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; } |