Borderou de evaluare (job #764112)
Utilizator |
|
IP | ascuns |
---|---|---|---|
Problemă | Copaci | Compilator | cpp-32 |
Rundă | lasm_22_02_2024_clasa12 | Status | evaluat |
Dată | 22 feb. 2024 11:59:12 | Scor | 0 |
Raport evaluator
Eroare de compilare:
main.cpp: In function 'int main()':
main.cpp:40:9: warning: empty parentheses were disambiguated as a function declaration [-Wvexing-parse]
40 | int main() {
| ^~
main.cpp:40:9: note: remove parentheses to default-initialize a variable
40 | int main() {
| ^~
| --
main.cpp:40:9: note: or replace parentheses with braces to value-initialize a variable
main.cpp:40:12: error: a function-definition is not allowed here before '{' token
40 | int main() {
| ^