Borderou de evaluare (job #2574)
| Utilizator |
|
IP | ascuns |
|---|---|---|---|
| Problemă | Antitir | Compilator | cpp |
| Rundă | Status | evaluat | |
| Dată | 9 nov. 2012 00:45:30 | Scor | ascuns |
Raport evaluator
Compilare:
main.cpp: In function 'int main()':
main.cpp:52:9: warning: ignoring return value of 'int fscanf(FILE*, const char*, ...)' declared with attribute 'warn_unused_result' [-Wunused-result]
52 | fscanf(f, "%d", &n);
| ~~~~~~^~~~~~~~~~~~~
main.cpp:54:11: warning: ignoring return value of 'int fscanf(FILE*, const char*, ...)' declared with attribute 'warn_unused_result' [-Wunused-result]
54 | fscanf(f, "%d %d", &x[i], &y[i]);
| ~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~