Intervalo maksimumas
- [1] 2023-12-28 19:03 (100)
Taškai: 100
Compile: OK
intMax.cpp: In function ‘int main()’: intMax.cpp:43:12: warning: ignoring return value of ‘FILE* freopen(const char*, const char*, FILE*)’ declared with attribute ‘warn_unused_result’ [-Wunused-result] 43 | freopen("intMax.in", "r", stdin); | ~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~ intMax.cpp:44:12: warning: ignoring return value of ‘FILE* freopen(const char*, const char*, FILE*)’ declared with attribute ‘warn_unused_result’ [-Wunused-result] 44 | freopen("intMax.out", "w", stdout); | ~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~
| nr. | result | time | message |
|---|---|---|---|
| 1 | True | 0.002 s | ok |
| 2 | True | 0.123 s | ok |
| 3 | True | 0.119 s | ok |
| 4 | True | 0.099 s | ok |
| 5 | True | 0.119 s | ok |
