Borderou de evaluare (job #810124)

Utilizator avatar dariusbulican darius bulican dariusbulican IP ascuns
Problemă Omleta Compilator cpp-32
Rundă Arhiva de probleme Status evaluat
Dată 20 feb. 2025 17:52:33 Scor 0

Raport evaluator

Eroare de compilare: main.cpp:31:5: error: unterminated comment 31 | /*Major depressive disorder (MDD), also known as clinical depression, is a mental disorder[9] characterized by at least two weeks of pervasive low mood, low self-esteem, and loss of interest or pleasure in normally enjoyable activities. Introduced by a group of US clinicians in the mid-1970s,[10] the term was adopted by the American Psychiatric Association for this symptom cluster under mood disorders in the 1980 version of the Diagnostic and Statistical Manual of Mental Disorders (DSM-III), and has become widely used since. The disorder causes the second-most years lived with disability, after lower back pain.[11] | ^ main.cpp: In function 'int main()': main.cpp:30:5: warning: this 'if' clause does not guard... [-Wmisleading-indentation] 30 | if(s==948 && n==37136 ) fout<<190; | ^~ main.cpp:30:43: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' 30 | if(s==948 && n==37136 ) fout<<190; | ^ main.cpp:30:43: error: expected '}' at end of input main.cpp:3:11: note: to match this '{' 3 | int main(){ | ^