Problem A. Japan
时间限制 1000 ms
内存限制 64 MB
Japan plans to welcome the ACM ICPC World Finals and a lot of roads must be built for the venue. Japan is tall island with N cities on the East coast and M cities on the West coast (M <= 1000, N <= 1000). K superhighways will be build. Cities on each coast are numbered 1, 2, ... from North to South. Each superhighway is straight line and connects city on the East coast with city of the West coast. The funding for the construction is guaranteed by ACM. A major portion of the sum is determined by the number of crossings between superhighways. At most two superhighways cross at one location. Write a program that calculates the number of the crossings between superhighways.
输入数据
输出数据
For each test case write one line on the standard output:
Test case (case number): (number of crossings)
样例输入
复制
1
3 4 4
1 4
2 3
3 2
3 1
样例输出
$ Mathjax font initiator $