forked from svn2github/hustoj
-
Notifications
You must be signed in to change notification settings - Fork 776
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
R programming language #1001
Comments
what a coincidence ? |
I'm not familiar with R , it seems having source and input mixed together, unless using file as input. a<- scan("data.in",what=integer(),quiet=TRUE)
write.table(a[1]+a[2], file = "user.out", row.names = FALSE, col.names = FALSE) |
|
Thank you~ :) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Is your feature request related to a problem? Please describe.
In DOMjudge(https://github.com/DOMjudge/domjudge)
R(Rscript) code can be compiled and judged...
https://www.r-project.org/
How can I add R programming compilation to HUSTOJ?
Or
Is there any plan to add R language? :)
Describe the solution you'd like
R code judging~
Describe alternatives you've considered
Additional context
The text was updated successfully, but these errors were encountered: