Borderou de evaluare (job #3135258)
Utilizator | Data | 2 iunie 2023 14:26:33 | |
---|---|---|---|
Problema | PermutariAB | Status | done |
Runda | Arhiva de probleme | Compilator | cpp-64 | Vezi sursa |
Scor | 0 |
Raport evaluator
Eroare de compilare:
main.cpp:24:51: error: 'uint64_t' has not been declared
24 | void query(int *t,int nod,int l,int r,int x,int y,uint64_t *ans){
| ^~~~~~~~
main.cpp: In function 'int main()':
main.cpp:56:5: error: 'uint64_t' was not declared in this scope
56 | uint64_t ans = 0;
| ^~~~~~~~
main.cpp:5:1: note: 'uint64_t' is defined in header '<cstdint>'; did you forget to '#include <cstdint>'?
4 | #include <algorithm>
+++ |+#include <cstdint>
5 |
main.cpp:60:33: error: 'ans' was not declared in this scope; did you mean 'abs'?
60 | query(t,1,1,n,ax + 1,n,&ans);
| ^~~
| abs
main.cpp:63:19: error: 'ans' was not declared in this scope; did you mean 'abs'?
63 | printf("%llu",ans);
| ^~~
| abs
Non zero exit status: 1
Ceva nu functioneaza?
- Citeste despre borderoul de evaluare.
- Daca tot nu e bine, contacteaza-ne pe forum !