TopCoder の実行環境制限
C++の場合の制限など。(2011/8/7時点)
実行時間 : 各テストケースにつき 2秒以内
メモリ使用量: 64MB (スタック領域は8MB以下)
その他 : 一時ファイルは使用できない
CPU : 2.3 GHz Intel Xeon E5345 × 6~8基
OS : Linux 2.6.9-55.0.12.ELsmp (RedHat EL 4)
コンパイラ : gcc 4.0.2, glibc-2.3.2, and libstdc++-3
コンパイラオプション: g++ -Wall -W -O2 -s –pipe
型のサイズ:
char - 8 bits (signed)
short - 16 bits
int - 32 bits
long - 32 bits
long long - 64 bits
参考:
http://www.itmedia.co.jp/enterprise/articles/0908/22/news001.html
http://apps.topcoder.com/wiki/display/tc/General+SRM+Algorithm+FAQ
0 件のコメント:
コメントを投稿