Pagini recente » Borderou de evaluare (job #3141100) | Borderou de evaluare (job #590462) | Borderou de evaluare (job #2952295) | Borderou de evaluare (job #2865763) | Borderou de evaluare (job #3235199)
Borderou de evaluare (job #3235199)
Raport evaluator
Compilare:
main.c: In function 'main':
main.c:60:20: warning: format '%lld' expects argument of type 'long long int *', but argument 3 has type 'int64_t *' {aka 'long int *'} [-Wformat=]
60 | fscanf(in, "%lld", &t);
| ~~~^ ~~
| | |
| | int64_t * {aka long int *}
| long long int *
| %ld
main.c:64:24: warning: format '%lld' expects argument of type 'long long int *', but argument 3 has type 'int64_t *' {aka 'long int *'} [-Wformat=]
64 | fscanf(in, "%lld%lld%lld", &a, &b, &p);
| ~~~^ ~~
| | |
| | int64_t * {aka long int *}
| long long int *
| %ld
main.c:64:28: warning: format '%lld' expects argument of type 'long long int *', but argument 4 has type 'int64_t *' {aka 'long int *'} [-Wformat=]
64 | fscanf(in, "%lld%lld%lld", &a, &b, &p);
| ~~~^ ~~
| | |
| | int64_t * {aka long int *}
| long long int *
| %ld
main.c:64:32: warning: format '%lld' expects argument of type 'long long int *', but argument 5 has type 'int64_t *' {aka 'long int *'} [-Wformat=]
64 | fscanf(in, "%lld%lld%lld", &a, &b, &p);
| ~~~^ ~~
| | |
| | int64_t * {aka long int *}
| long long int *
| %ld
main.c:65:26: warning: format '%lld' expects argument of type 'long long int', but argument 3 has type 'int64_t' {aka 'long int'} [-Wformat=]
65 | fprintf(out, "%lld\n", f(a, b, p));
| ~~~^ ~~~~~~~~~~
| | |
| | int64_t {aka long int}
| long long int
| %ld
Test |
Timp executie |
Memorie folosita |
Mesaj |
Punctaj/test |
1 | 9ms | 20742kb | Memory limit exceeded | 0 |
Punctaj total | 0 |