Borderou de evaluare (job #800189)

Utilizator avatar margineanu margineanu the best margineanu IP ascuns
Problemă Bravo, ai şir! (Clasa a 6-a) Compilator cpp-32
Rundă Arhiva de probleme Status evaluat
Dată 17 dec. 2024 19:33:43 Scor 0

Raport evaluator

Eroare de compilare: main.cpp: In function 'int main()': main.cpp:30:13: error: 'gcd' was not declared in this scope 30 | G = gcd(G, x); | ^~~ main.cpp:42:16: warning: structured bindings only available with '-std=c++17' or '-std=gnu++17' [-Wc++17-extensions] 42 | for (auto &[prime, exp] : prime_factors) total_sum += exp; | ^ main.cpp:59:24: warning: structured bindings only available with '-std=c++17' or '-std=gnu++17' [-Wc++17-extensions] 59 | for (auto &[prime, max_exp] : prime_factors) { | ^