Borderou de evaluare (job #677641)
Utilizator |
|
IP | ascuns |
---|---|---|---|
Problemă | Cicada | Compilator | cpp-32 |
Rundă | Arhiva de probleme | Status | evaluat |
Dată | 24 nov. 2022 15:14:05 | Scor | 0 |
Raport evaluator
Eroare de compilare:
main.cpp: In function 'int main()':
main.cpp:13:39: error: expected unqualified-id before 'int'
13 | int sum = 0, int i = 1;
| ^~~
main.cpp:14:32: error: 'i' was not declared in this scope
14 | while(i<n) { int x = cmmdc(i, n)
| ^
main.cpp:14:43: warning: unused variable 'x' [-Wunused-variable]
14 | while(i<n) { int x = cmmdc(i, n)
| ^
main.cpp:13:30: warning: unused variable 'sum' [-Wunused-variable]
13 | int sum = 0, int i = 1;
| ^~~