Task: | Kertotaulu |
Sender: | |
Submission time: | 2015-08-16 15:33:39 +0300 |
Language: | C++ |
Status: | READY |
Result: | 0 |
group | verdict | score |
---|---|---|
#1 | WRONG ANSWER | 0 |
#2 | WRONG ANSWER | 0 |
#3 | WRONG ANSWER | 0 |
test | verdict | time | group | |
---|---|---|---|---|
#1 | WRONG ANSWER | 0.05 s | 1 | details |
#2 | WRONG ANSWER | 0.05 s | 1 | details |
#3 | WRONG ANSWER | 0.06 s | 1 | details |
#4 | WRONG ANSWER | 0.05 s | 1 | details |
#5 | WRONG ANSWER | 0.06 s | 1 | details |
#6 | WRONG ANSWER | 0.05 s | 2 | details |
#7 | WRONG ANSWER | 0.05 s | 2 | details |
#8 | WRONG ANSWER | 0.05 s | 2 | details |
#9 | WRONG ANSWER | 0.05 s | 2 | details |
#10 | WRONG ANSWER | 0.05 s | 2 | details |
#11 | WRONG ANSWER | 0.76 s | 3 | details |
#12 | WRONG ANSWER | 0.17 s | 3 | details |
#13 | TIME LIMIT EXCEEDED | -- | 3 | details |
#14 | WRONG ANSWER | 0.30 s | 3 | details |
#15 | TIME LIMIT EXCEEDED | -- | 3 | details |
Compiler report
input/code.cpp: In function 'int main(int, char**)': input/code.cpp:16:21: warning: unused variable 'dy' [-Wunused-variable] ll dx = x2 - x1 +1,dy=y2-y1 +1; ^ input/code.cpp:21:17: warning: ignoring return value of 'int system(const char*)', declared with attribute warn_unused_result [-Wunused-result] system("pause"); ^
Code
#include <iostream> #include <stdio.h> #include <algorithm> #include <vector> using namespace std; #define M 1000000007 #define ll long long int main(int argc, char* argv[]) { ios_base::sync_with_stdio(false); ll x1, y1, x2, y2; cin >> y1 >> x1 >> y2 >> x2; ll dx = x2 - x1 +1,dy=y2-y1 +1; ll v=0; for (int i = y1; i < y2+1; i++) v =(v + ((dx*i) + ((x1*i)*dx)))%M; cout << v; system("pause"); return 0; }
Test details
Test 1
Group: 1
Verdict: WRONG ANSWER
input |
---|
242 232 976 976 |
correct output |
---|
417796293 |
user output |
---|
699249236 |
Error:
sh: 1: pause: not found
Test 2
Group: 1
Verdict: WRONG ANSWER
input |
---|
12 645 476 899 |
correct output |
---|
335735446 |
user output |
---|
690265674 |
Error:
sh: 1: pause: not found
Test 3
Group: 1
Verdict: WRONG ANSWER
input |
---|
435 460 792 681 |
correct output |
---|
816738894 |
user output |
---|
477680332 |
Error:
sh: 1: pause: not found
Test 4
Group: 1
Verdict: WRONG ANSWER
input |
---|
318 389 441 799 |
correct output |
---|
488457695 |
user output |
---|
542926771 |
Error:
sh: 1: pause: not found
Test 5
Group: 1
Verdict: WRONG ANSWER
input |
---|
211 640 623 951 |
correct output |
---|
744563022 |
user output |
---|
442821994 |
Error:
sh: 1: pause: not found
Test 6
Group: 2
Verdict: WRONG ANSWER
input |
---|
201976 387454 920309 673120 |
correct output |
---|
946933548 |
user output |
---|
732171707 |
Error:
sh: 1: pause: not found
Test 7
Group: 2
Verdict: WRONG ANSWER
input |
---|
779381 684472 984138 828099 |
correct output |
---|
121907300 |
user output |
---|
205205251 |
Error:
sh: 1: pause: not found
Test 8
Group: 2
Verdict: WRONG ANSWER
input |
---|
284954 437564 777701 638386 |
correct output |
---|
321734745 |
user output |
---|
293052398 |
Error:
sh: 1: pause: not found
Test 9
Group: 2
Verdict: WRONG ANSWER
input |
---|
296035 308490 853604 668978 |
correct output |
---|
802693678 |
user output |
---|
568676981 |
Error:
sh: 1: pause: not found
Test 10
Group: 2
Verdict: WRONG ANSWER
input |
---|
460731 148462 619190 626173 |
correct output |
---|
264761756 |
user output |
---|
325697458 |
Error:
sh: 1: pause: not found
Test 11
Group: 3
Verdict: WRONG ANSWER
input |
---|
381626897 590403175 501559980 ... |
correct output |
---|
258247883 |
user output |
---|
-917443149 |
Error:
sh: 1: pause: not found
Test 12
Group: 3
Verdict: WRONG ANSWER
input |
---|
597399975 685346584 618318138 ... |
correct output |
---|
390332938 |
user output |
---|
-418033230 |
Error:
sh: 1: pause: not found
Test 13
Group: 3
Verdict: TIME LIMIT EXCEEDED
input |
---|
247307039 323856912 812562646 ... |
correct output |
---|
89821592 |
user output |
---|
(empty) |
Test 14
Group: 3
Verdict: WRONG ANSWER
input |
---|
900181910 768404361 943052600 ... |
correct output |
---|
242545884 |
user output |
---|
220814897 |
Error:
sh: 1: pause: not found
Test 15
Group: 3
Verdict: TIME LIMIT EXCEEDED
input |
---|
815 528 999999994 999999992 |
correct output |
---|
103780099 |
user output |
---|
(empty) |