アットウィキロゴ

競技プログラミング? > C++ > メモ



サンプル

シンタックスハイライト

  1. #include <iostream>
  2. using namespace std;
  3. int main(void){
  4. cout << "Hello, world!" << endl;
  5. }
  6.  

tex

tex 記法的なので O(x^3) とか書ける.


最終更新:2013年02月16日 21:50