Borderou de evaluare (job #683199)
Utilizator |
|
IP | ascuns |
---|---|---|---|
Problemă | Rafturi (clasa a 9-a) | Compilator | cpp-32 |
Rundă | lasm_21_12_2022_clasa11 | Status | evaluat |
Dată | 21 dec. 2022 11:18:32 | Scor | 0 |
Raport evaluator
Eroare de compilare:
main.cpp: In function 'int main()':
main.cpp:36:2: error: expected '}' at end of input
36 | }
| ^
main.cpp:11:1: note: to match this '{'
11 | {
| ^
main.cpp:12:12: warning: ignoring return value of 'FILE* freopen(const char*, const char*, FILE*)' declared with attribute 'warn_unused_result' [-Wunused-result]
12 | freopen("rafturi.in","r",stdin);
| ~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~
main.cpp:13:12: warning: ignoring return value of 'FILE* freopen(const char*, const char*, FILE*)' declared with attribute 'warn_unused_result' [-Wunused-result]
13 | freopen("rafturi.out","w",stdout);
| ~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~
main.cpp:14:10: warning: ignoring return value of 'int scanf(const char*, ...)' declared with attribute 'warn_unused_result' [-Wunused-result]
14 | scanf("%lli%lli",&c,&n);
| ~~~~~^~~~~~~~~~~~~~~~~~
main.cpp:17:14: warning: ignoring return value of 'int scanf(const char*, ...)' declared with attribute 'warn_unused_result' [-Wunused-result]
17 | scanf("%lli %lli",&x,&y);
| ~~~~~^~~~~~~~~~~~~~~~~~~