Skip to content

CF: Update language to Java 1.8, G++11 and GCC C11 #26

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

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

CF: Update language to Java 1.8, G++11 and GCC C11 #26

wants to merge 1 commit into from

Conversation

ZitanChen
Copy link

@ZitanChen ZitanChen commented Aug 16, 2016

Codeforces no more supports Java 1.7 and users have an urge to enjoy C++11.


This change is Reviewable

@crccw
Copy link
Member

crccw commented Aug 17, 2016

vjudge-v2/src/CFJudger.cpp, line 15 [r1] (raw file):

 */
CFJudger::CFJudger(JudgerInfo * _info) : VirtualJudger(_info) {
  language_table[CPPLANG]  = "42";

define C++11 and C11 as separate language


Comments from Reviewable

@ZitanChen
Copy link
Author

Review status: 0 of 1 files reviewed at latest revision, 1 unresolved discussion.


vjudge-v2/src/CFJudger.cpp, line 15 [r1] (raw file):

Previously, crccw (Ran Chen) wrote…

define C++11 and C11 as separate language

It seems that they are separate...Updated GNU C to GNU C11 here...

Comments from Reviewable

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants