ENG  RUSTimus Online Judge
Online Judge
Problems
Authors
Online contests
About Online Judge
Frequently asked questions
Site news
Webboard
Links
Problem set
Submit solution
Judge status
Guide
Register
Update your info
Authors ranklist
Current contest
Scheduled contests
Past contests
Rules
back to board

Common Board

No subject
Posted by Kolyanich 15 Mar 2002 23:41
what comlilers and linkers does this tester-system use?
i wrote a simple c++ code with headers included:

#include <stdio.h>
#include <malloc.h>
#include <memory.h>

with no microsoft specific extentions. microsoft visual c++6 sp3
compiles and links it with "default" libraries with no problems, but
the timus's tester show me a Status="Compilation Error". Why?