|
|
back to boardCommon BoardNew feature Today I implemented a new feature. Now there is a conditional define ONLINE_JUDGE, that you can use in your programs. example: #ifdef ONLINE_JUDGE somthing #endif {$IFDEF ONLINE_JUDGE} something {$ENDIF} Thanks > Today I implemented a new feature. Now there is a > conditional define ONLINE_JUDGE, that you can use in your > programs. > > example: > > #ifdef ONLINE_JUDGE > somthing > #endif > > > {$IFDEF ONLINE_JUDGE} > something > {$ENDIF} |
|
|