Borderou de evaluare (job #2930701)

Utilizator DobraVictorDobra Victor Ioan DobraVictor Data 29 octombrie 2022 12:18:19
Problema Ridicare la putere in timp logaritmic Status done
Runda Arhiva educationala Compilator cpp-64 | Vezi sursa
Scor 10

Raport evaluator

Compilare: main.cpp: In function 'int main()': main.cpp:12:21: warning: format '%llu' expects argument of type 'long long unsigned int*', but argument 3 has type 'uint64_t*' {aka 'long unsigned int*'} [-Wformat=] 12 | fscanf(fin, "%llu %llu", &n, &p); | ~~~^ ~~ | | | | | uint64_t* {aka long unsigned int*} | long long unsigned int* | %lu main.cpp:12:26: warning: format '%llu' expects argument of type 'long long unsigned int*', but argument 4 has type 'uint64_t*' {aka 'long unsigned int*'} [-Wformat=] 12 | fscanf(fin, "%llu %llu", &n, &p); | ~~~^ ~~ | | | | | uint64_t* {aka long unsigned int*} | long long unsigned int* | %lu main.cpp:25:23: warning: format '%llu' expects argument of type 'long long unsigned int', but argument 3 has type 'uint64_t' {aka 'long unsigned int'} [-Wformat=] 25 | fprintf(fout, "%llu", pow); | ~~~^ ~~~ | | | | | uint64_t {aka long unsigned int} | long long unsigned int | %lu
Test Timp executie Memorie folosita Mesaj Punctaj/test
10ms184kbIncorect0
20ms184kbIncorect0
30ms184kbIncorect0
40ms184kbIncorect0
50ms184kbIncorect0
60ms184kbIncorect0
70ms184kbIncorect0
80ms184kbOK10
90ms184kbIncorect0
100ms184kbIncorect0
Punctaj total10

Ceva nu functioneaza?