Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

Awesome Lists containing this project

README

        

# scnuoj
#include

int main() {
int a, b;

scanf("%d %d", &a, &b);
printf("%d\n", a + b);

return 0;
}