Please subscribe to the official Codeforces channel in Telegram via the link https://t.me/codeforces_official. ×

Bek13t's blog

By Bek13t, history, 9 years ago, In Russian

click_me

Для примера:

#include <iostream>

using namespace std;

int main (){

return 0;

}

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

»
9 years ago, # |
  Vote: I like it +6 Vote: I do not like it
#include<iostream>
using namespace std;

int main(){
    return "Thank!";
}