Borderou de evaluare (job #738293)
Utilizator |
|
IP | ascuns |
---|---|---|---|
Problemă | Bmedia (clasa a 9-a) | Compilator | cpp-32 |
Rundă | Arhiva de probleme | Status | evaluat |
Dată | 15 oct. 2023 14:56:45 | Scor | 0 |
Raport evaluator
Eroare de compilare:
main.cpp:8:74: error: narrowing conversion of '8100000000' from 'long long int' to 'long int' [-Wnarrowing]
8 | long int v[9]={9, 180, 2800, 36000, 450000, 5400000,63000000, 720000000, 8100000000};
| ^~~~~~~~~~
main.cpp: In function 'int main()':
main.cpp:12:24: warning: unused variable 's' [-Wunused-variable]
12 | int n, ncif=0, nc, s=0, nra=0, m10=1;
| ^