Borderou de evaluare (job #715792)
Utilizator |
|
IP | ascuns |
---|---|---|---|
Problemă | Unificare (clasa a 6-a) | Compilator | cpp-32 |
Rundă | Arhiva de probleme | Status | evaluat |
Dată | 19 apr. 2023 21:01:36 | Scor | 0 |
Raport evaluator
Eroare de compilare:
main.cpp: In function 'void uni(std::string, long long int*, bool*)':
main.cpp:15:9: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
15 | for(char& c : st)
| ^~~
main.cpp:21:13: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
21 | for(int i=1;i<=9;i++)
| ^~~
main.cpp: In function 'int main()':
main.cpp:46:6: error: expected '}' at end of input
46 | }
| ^
main.cpp:29:1: note: to match this '{'
29 | {
| ^