Intervalo maksimumas
- [1] 2018-05-29 12:39 (20)
- [2] 2018-05-29 12:40 (40)
- [3] 2018-11-06 19:15 (100)
Taškai: 40
Compile: OK
intMax.cpp: In function ‘int main()’: intMax.cpp:11:27: warning: ignoring return value of ‘int scanf(const char*, ...)’, declared with attribute warn_unused_result [-Wunused-result] scanf("%d %d", &N, &Q); ^ intMax.cpp:14:27: warning: ignoring return value of ‘int scanf(const char*, ...)’, declared with attribute warn_unused_result [-Wunused-result] scanf("%d", &a[i]); ^ intMax.cpp:17:47: warning: ignoring return value of ‘int scanf(const char*, ...)’, declared with attribute warn_unused_result [-Wunused-result] scanf("%d %d %d", &t[i], &p[i], &q[i]); ^
nr. | result | time | message |
---|---|---|---|
1 | True | 0.0 s | ok |
2 | False | 1.084 s | Time limit exceeded (wall clock) |
3 | False | 1.088 s | Time limit exceeded (wall clock) |
4 | True | 0.148 s | ok |
5 | False | 1.08 s | Time limit exceeded (wall clock) |