Pagini recente » Borderou de evaluare (job #1349942) | Borderou de evaluare (job #3249626) | Borderou de evaluare (job #363868) | Borderou de evaluare (job #1260952) | Borderou de evaluare (job #2930569)
Borderou de evaluare (job #2930569)
Raport evaluator
Compilare:
main.cpp: In function 'int main()':
main.cpp:20:24: warning: format '%lf' expects argument of type 'double*', but argument 3 has type 'long double*' [-Wformat=]
20 | fscanf(fin, "%lf%lf%lf%lf%lf%lf%lld", &a.x, &a.y, &b.x, &b.y, &c.x, &c.y, &radius);
| ~~^ ~~~~
| | |
| double* long double*
| %Lf
main.cpp:20:27: warning: format '%lf' expects argument of type 'double*', but argument 4 has type 'long double*' [-Wformat=]
20 | fscanf(fin, "%lf%lf%lf%lf%lf%lf%lld", &a.x, &a.y, &b.x, &b.y, &c.x, &c.y, &radius);
| ~~^ ~~~~
| | |
| double* long double*
| %Lf
main.cpp:20:30: warning: format '%lf' expects argument of type 'double*', but argument 5 has type 'long double*' [-Wformat=]
20 | fscanf(fin, "%lf%lf%lf%lf%lf%lf%lld", &a.x, &a.y, &b.x, &b.y, &c.x, &c.y, &radius);
| ~~^ ~~~~
| | |
| double* long double*
| %Lf
main.cpp:20:33: warning: format '%lf' expects argument of type 'double*', but argument 6 has type 'long double*' [-Wformat=]
20 | fscanf(fin, "%lf%lf%lf%lf%lf%lf%lld", &a.x, &a.y, &b.x, &b.y, &c.x, &c.y, &radius);
| ~~^ ~~~~
| | |
| double* long double*
| %Lf
main.cpp:20:36: warning: format '%lf' expects argument of type 'double*', but argument 7 has type 'long double*' [-Wformat=]
20 | fscanf(fin, "%lf%lf%lf%lf%lf%lf%lld", &a.x, &a.y, &b.x, &b.y, &c.x, &c.y, &radius);
| ~~^ ~~~~
| | |
| double* long double*
| %Lf
main.cpp:20:39: warning: format '%lf' expects argument of type 'double*', but argument 8 has type 'long double*' [-Wformat=]
20 | fscanf(fin, "%lf%lf%lf%lf%lf%lf%lld", &a.x, &a.y, &b.x, &b.y, &c.x, &c.y, &radius);
| ~~^ ~~~~
| | |
| double* long double*
| %Lf
main.cpp:26:28: warning: format '%lf' expects argument of type 'double', but argument 3 has type 'long double' [-Wformat=]
26 | fprintf(fout, "%.6lf\n", ans / 1000000.0);
| ~~~~^ ~~~~~~~~~~~~~~~
| | |
| double long double
| %.6Lf
Test |
Timp executie |
Memorie folosita |
Mesaj |
Punctaj/test |
1 | 349ms | 1163kb | Incorect | 0 |
Punctaj total | 0 |