1 / 4
Sep 2010

Do you intend to add this functionality into the forum? If so, please leave an option to disable it. Most of my forum browsing is on a mobile phone, and would strongly dislike having this affect me.

  • created

    Sep '10
  • last reply

    Oct '10
  • 3

    replies

  • 1.3k

    views

  • 3

    users

This functionality is already on this forum. What do you mean 'disable'? Why that's a problem?

14 days later

[bbone=cpp,29]

include

using namespace std;

int main() {

string msg;
cin >> msg;
if(msg == "works!") {
	cout << "Yeah! BBone on spoj.pl/forum works!\n";
}
else {
	cout << "... :(\n";
}

return 0;

}
[/bbone]