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