alexmajy / hustoj

Automatically exported from code.google.com/p/hustoj
0 stars 0 forks source link

Security settings are too strict, really too much! #63

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
We are not allowed to use the "wscanf" function and "fgetws" function. 
Otherwise, we'll get a runtime error, and the information is "A Not allowed 
system call". But in fact, it isn't a system call at all. The OJ system 
shouldn't forbid us using "wscanf" function or "fgetws" function.

Original issue reported on code.google.com by yejianfe...@gmail.com on 16 Mar 2012 at 12:59

GoogleCodeExporter commented 9 years ago
you can modify okcalls.h to gain these functions, take a look at wiki of 
    AddProgrammingLanguage while doing it.

Original comment by newsc...@gmail.com on 28 Apr 2012 at 4:52