Borderou de evaluare (job #2766090)
Utilizator | Data | 31 iulie 2021 04:27:01 | |
---|---|---|---|
Problema | Modulo | Status | done |
Runda | Arhiva de probleme | Compilator | cpp-64 | Vezi sursa |
Scor | 0 |
Raport evaluator
Eroare de compilare:
main.cpp:3:1: error: '_int64' does not name a type
_int64 putere(_int64 a, _int64 b, _int64 mod);
^~~~~~
main.cpp: In function 'int main()':
main.cpp:8:2: error: '_int64' was not declared in this scope
_int64 a, b, c, mod;
^~~~~~
main.cpp:9:7: error: 'a' was not declared in this scope
f >> a >> b >> c;
^
main.cpp:9:12: error: 'b' was not declared in this scope
f >> a >> b >> c;
^
main.cpp:9:17: error: 'c' was not declared in this scope
f >> a >> b >> c;
^
main.cpp:10:2: error: 'mod' was not declared in this scope
mod = 1999999973;
^~~
main.cpp:11:9: error: expected ';' before 'solutie'
_int64 solutie = putere(a, b, mod) % c;
^~~~~~~
main.cpp:12:7: error: 'solutie' was not declared in this scope
g << solutie << '\n';
^~~~~~~
main.cpp: At global scope:
main.cpp:15:1: error: '_int64' does not name a type
_int64 putere(_int64 a, _int64 b, _int64 mod) {
^~~~~~
Non zero exit status: 1
Ceva nu functioneaza?
- Citeste despre borderoul de evaluare.
- Daca tot nu e bine, contacteaza-ne pe forum !