]> iEval git - gruntmaster-page.git/commitdiff
Change C and C++ to C11 and C++11
authorMarius Gavrilescu <marius@ieval.ro>
Tue, 17 Feb 2015 15:03:06 +0000 (17:03 +0200)
committerMarius Gavrilescu <marius@ieval.ro>
Tue, 17 Feb 2015 15:03:06 +0000 (17:03 +0200)
tmpl/pb_entry.en

index a0b1444a4c4fe08bce03f431107e43e882855968..1894195626c9b3bb88205bdc7f04589ae1c73955 100644 (file)
@@ -31,8 +31,8 @@ To submit solutions to this problem, please visit the problem <a href="/pb/id">o
 <div class="form-group"><label for="prog">File:</label><input id="prog" name="prog" type="file"></div>
 <div class="form-group"><label for="source_code">Source code:</label> <textarea class="form-control" id="source_code" name="source_code"></textarea></div>
 <div class="form-group"><label for="prog_format">File format:</label><select id="prog_format" name="prog_format" class="form-control" required>
-<option value="C">C (gcc 4.7.2)</option>
-<option value="CPP" selected>C++ (g++ 4.7.2)</option>
+<option value="C">C11 (gcc 4.7.2)</option>
+<option value="CPP" selected>C++11 (g++ 4.7.2)</option>
 <option value="GCCGO">Go (gccgo 4.7.2)</option>
 <option value="GOLANG">Go (gc 1.0.2)</option>
 <option value="HASKELL">Haskell (ghc 7.4.1)</option>
This page took 0.022258 seconds and 4 git commands to generate.