Pagini recente » Cod sursa (job #2552763) | Cod sursa (job #2210179) | Cod sursa (job #3340917) | Cod sursa (job #3312385) | Borderou de evaluare (job #3303925)
Borderou de evaluare (job #3303925)
Raport evaluator
Compilare:
main.cpp: In function 'int main()':
main.cpp:61:31: warning: format '%lld' expects argument of type 'long long int', but argument 3 has type 'int' [-Wformat=]
61 | fprintf(fout, "%lld %lld\n", ras[j], ras[j+1]);
| ~~~^ ~~~~~~
| | |
| long long int int
| %d
main.cpp:61:36: warning: format '%lld' expects argument of type 'long long int', but argument 4 has type 'int' [-Wformat=]
61 | fprintf(fout, "%lld %lld\n", ras[j], ras[j+1]);
| ~~~^ ~~~~~~~~
| | |
| long long int int
| %d
main.cpp:31:24: warning: unused variable 'cnt' [-Wunused-variable]
31 | long long t, n, d, cnt, k, m;
| ^~~
main.cpp:31:32: warning: unused variable 'm' [-Wunused-variable]
31 | long long t, n, d, cnt, k, m;
| ^
| Test |
Timp executie |
Memorie folosita |
Mesaj |
Punctaj/test |
| 1 | 1ms | 303kb | OK | 100 |
| Punctaj total | 100 |