harhrayr's blog

By harhrayr, 11 years ago, translation, In English

Hello!

Does anybody know how to use check.exe file from an archive of past icpc contest. For example, I want to solve problems from past subregional contests(link) and there is nowhere to sumbit(except of 2012, as I know :) ), so how can I "submit" in my computer.

Full text and comments »

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

By harhrayr, 11 years ago, In English

Does anybody know how to expand macros in visual c++ ?

For example.

#define FOR(i, n) for(i = 0; i < n; ++i)

It's faster to write FOR(i, n) than for(i = 0; i < n; ++i), but for(i = 0; i < n; ++i) is more

beautiful and comfortable, so I want to expand FOR(i, n) pressing a button or buttons. Is there

any extension for visual c++ 2010 or 2012 ?

Thanks.

Full text and comments »

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

By harhrayr, 11 years ago, translation, In English

Интересно как решается эта задача. Спасибо.

Full text and comments »

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