Borderou de evaluare (job #805407)
Utilizator |
|
IP | ascuns |
---|---|---|---|
Problemă | Cristela (clasele 9-12) | Compilator | cpp-32 | vezi sursa |
Rundă | Arhiva de probleme | Status | evaluat |
Dată | 22 ian. 2025 01:42:22 | Scor | 0 |
Raport evaluator
Eroare de compilare:
main.cpp:2:13: error: expected ',' or ';' before 'long'
2 | #define int long long
| ^~~~
main.cpp:11:1: note: in expansion of macro 'int'
11 | int gauss(int n){
| ^~~
main.cpp: In function 'int main()':
main.cpp:46:19: error: 'gauss' was not declared in this scope
46 | ans += coef * gauss(dp[mask]);
| ^~~~~