Borderou de evaluare (job #847249)
| Utilizator |
|
IP | ascuns |
|---|---|---|---|
| Problemă | 5div | Compilator | cpp |
| Rundă | Arhiva de probleme | Status | evaluat |
| Dată | 31 dec. 2025 12:19:05 | Scor | 0 |
Raport evaluator
Eroare de compilare:
main.cpp:5:1: error: 'bitset' does not name a type
5 | bitset < MAXN + 1 > vfp;
| ^~~~~~
main.cpp: In function 'int main()':
main.cpp:14:14: error: 'vfp' was not declared in this scope
14 | if ( vfp[d] == 0 ) {
| ^~~
main.cpp:24:12: warning: ignoring return value of 'int fscanf(FILE*, const char*, ...)' declared with attribute 'warn_unused_result' [-Wunused-result]
24 | fscanf ( fin , "%d" , &n );
| ~~~~~~~^~~~~~~~~~~~~~~~~~~