-
-
Notifications
You must be signed in to change notification settings - Fork 59
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
增加pascal本地评测语言 #22
Comments
这个需求并不强烈,而且需要一些测试工作。先保持此issue open,我以后会找时间看看。多谢建议! |
在高中阶段的全国信息学奥赛中使用的比赛语言有pascal,而且因为pascal较易掌握,所以中学使用比较广泛,希望孙老师添加上这门语言的本地评测功能,谢谢!加上以后我一定第一个试用。 |
pascal用gpc编译时一般都加什么参数? |
我们一般使用free pascal编译器, 用fpc进行编译,后面不加什么参数,直接加上文件名就可以 用gpc编译的话,也应该是不需要参数的。 |
Could you provide a sample pascal code which reads from stdin, does some math work and writes to stdout? |
好的,我给你写个程序。 |
已发邮件到你的邮箱了,代码是通过文件读的。谢谢你能够增加pascal的本地测试,不然我就要放弃这个插件了。 |
I still not get your email. And onlinejudge only supports programs which read from stdin and write to stdout. That's mean sandbox does not give the ability of reading/writing files to submissions. |
孙老师,我又发了邮件到你的邮箱了,输入和输出改为标准输入方式。 |
I still not receive your email. Please send to [email protected] On Friday, February 10, 2012, huangqihong wrote:
哈尔滨工业大学(Harbin Institute of Technology) |
发到您指定的邮箱了,为什么直接回复你的那个邮箱会收不到呢?邮件的最后有这句话,可以直接回复这个邮件的呢,Reply to this email directly Could you provide a sample pascal code which reads from stdin, does some math work and writes to stdout? Reply to this email directly or view it on GitHub: |
你看到了吗?pascal语言的程序,在你的邮箱 |
Got it! |
根据使用说明是只能在本地测试c 和c++ 的程序,能不能加上对于pascal语言的评测呢?又该怎样加呢?
The text was updated successfully, but these errors were encountered: