Borderou de evaluare (job #593685)
Utilizator |
|
IP | ascuns |
---|---|---|---|
Problemă | Camelot | Compilator | cpp-32 |
Rundă | finala_dp_1aprilie | Status | evaluat |
Dată | 1 apr. 2021 14:28:43 | Scor | 0 |
Raport evaluator
Eroare de compilare:
main.cpp:48:36: warning: missing terminating " character
48 | assert(freopen("camelot.out, "w", stdout));
| ^
main.cpp:57: error: unterminated argument list invoking macro "assert"
main.cpp: In function 'int main()':
main.cpp:48:5: error: 'assert' was not declared in this scope
48 | assert(freopen("camelot.out, "w", stdout));
| ^~~~~~
main.cpp:2:1: note: 'assert' is defined in header '<cassert>'; did you forget to '#include <cassert>'?
1 | #include <bits/stdc++.h>
+++ |+#include <cassert>
2 | using namespace std;
main.cpp:48:5: error: expected '}' at end of input
48 | assert(freopen("camelot.out, "w", stdout));
| ^~~~~~
main.cpp:46:12: note: to match this '{'
46 | int main() {
| ^