Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/shootingfly/scnuoj
An Online Judge (OJ) for South China Normal University, finished by Ruby on Rails.
https://github.com/shootingfly/scnuoj
Last synced: about 1 month ago
JSON representation
An Online Judge (OJ) for South China Normal University, finished by Ruby on Rails.
- Host: GitHub
- URL: https://github.com/shootingfly/scnuoj
- Owner: shootingfly
- Created: 2016-07-06T01:21:25.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-05-16T13:58:20.000Z (over 7 years ago)
- Last Synced: 2024-10-25T01:39:05.664Z (3 months ago)
- Language: Ruby
- Homepage: http://www.scnuoj.cn
- Size: 5.92 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# scnuoj
#includeint main() {
int a, b;
scanf("%d %d", &a, &b);
printf("%d\n", a + b);
return 0;
}