Minimumų ir maksimumų sandauga
- [1] 2018-03-10 13:23 (10)
- [2] 2018-03-10 13:50 (10)
- [3] 2018-03-10 14:08 (70)
- [4] 2018-03-10 14:09 (70)
- [5] 2018-03-10 14:16 (70)
- [6] 2018-03-13 17:20 (70)
- [7] 2018-03-13 17:21 (100)
- [8] 2018-03-13 17:24 (100)
Taškai: 100
Compile: OK
min_max_sandauga.cpp: In function ‘int main()’: min_max_sandauga.cpp:39:21: warning: format ‘%d’ expects argument of type ‘int*’, but argument 2 has type ‘ll* {aka long long int*}’ [-Wformat=] scanf(" %d", &a[i]); ^ min_max_sandauga.cpp:37:20: warning: ignoring return value of ‘int scanf(const char*, ...)’, declared with attribute warn_unused_result [-Wunused-result] scanf(" %lld", &n); ^ min_max_sandauga.cpp:39:22: warning: ignoring return value of ‘int scanf(const char*, ...)’, declared with attribute warn_unused_result [-Wunused-result] scanf(" %d", &a[i]); ^
nr. | result | time | message |
---|---|---|---|
1 | True | 0.0 s | ok |
2 | True | 0.056 s | ok |
3 | True | 0.06 s | ok |
4 | True | 0.04 s | ok |
5 | True | 0.008 s | ok |
6 | True | 0.068 s | ok |
7 | True | 0.06 s | ok |
8 | True | 0.016 s | ok |
9 | True | 0.036 s | ok |
10 | True | 0.024 s | ok |