amirMD's blog

By amirMD, 10 years ago, In English

As you know,the third round of Iran national olympiad in informatics will be held soon and you need to practice to pass it.As we know its problems are short answer (like project Euler).There are some Persian sites that prepare rounds for getting ready for that contest.But some people prepare good problems and have no judge to hold the round.If you are interested in participating in these type of rounds or prepare them,you just need to join INOI group.A lot of short answer rounds will be held in that group before third round(by me or other people).If you have prepared problems for a round,just join the group and write to me in private(send me PM) and I will give you manager right(for a while) to hold it.

How will we hold the rounds?

As mashup contests in the group using codeforces judge.

Why codeforces judge?

Because it's prefect.

How to hold a short answer round on codeforces?

It's too simple, for each problem you should submit a code that prints its answer.

For example for some problem, your code's running time is 10 minutes and its output is 1393 .you don't need to submit your original code.Just submit a code like this:

#include<cstdio>
using namespace std;
int main(){
     printf("1393\n");
}

Full text and comments »

  • Vote: I like it
  • -7
  • Vote: I do not like it

By amirMD, 10 years ago, In English

Hello everyone.

Happy Nowruz(new year) to everyone who celebrates it.

Soon Nowruz challenge will take place in Gym.This isn't an official Codeforces round, so you should join ACM-OI group to be able to participate.

The problems are prepared by me(amirMD).I'd like to thank Damon and Fered for their great help in testing, MinakoKojima for help in preparing this round and MikeMirzayanov for great Polygon and Codeforces platform.

This round will be held by the ACM-ICPC rules and the main character of all problems is Hamro .

We hope you enjoy the round.Good luck and have fun.

Note: This round is just a beginning for us and our regular Codeforces round will be held soon :)

UPD: The time of the contest is changed (because of the CodeChef : March Cook-Off 2014), it will be held on Monday.

UPD: One problem added to problems.So duration will be 2:30 and there will be 6 problems.

UPD: You will be able to download statements in Persian from here after contest started.

UPD: You can download Persian statements from here .

Full text and comments »

  • Vote: I like it
  • +13
  • Vote: I do not like it

By amirMD, 10 years ago, In English

Sorry for writing in Persian.

ایزو کاپ یک مسابقه برنامه نویسی تیمی است که اولین دوره آن 22 الی 29 آذر ماه 92 در دو مرحله ی آنلاین و حضوری و دو رده راهنمایی و دبیرستان برگزار خواهد شد.برگزار کننده این مسابقات ، دبیرستان سلام ایران زمین زمین است و شرکت برای عموم آزاد است.برای ثبت نام ، و اطلاعات بیشتر به وبسایت مسابقات مراجعه نمایید.

IZO Cup(Iran Zamin Open Cup)

Full text and comments »

  • Vote: I like it
  • +1
  • Vote: I do not like it

By amirMD, 11 years ago, In English

Hi all. Codeforces Round #197 (Div.2) will take place in less than 4 hours.But there isn't any blog about it , its writer , scoring , etc .Why !? This is not good for a contest writer ! :|

Full text and comments »

  • Vote: I like it
  • +6
  • Vote: I do not like it