Toggle navigation
Home
Latest pastes
FAQ
Random
BitBin is shutting down!
Register
Login
Big Chocolate
SUBMITTED BY:
Guest
DATE:
Dec. 5, 2013, 3:20 p.m.
FORMAT:
C++
SIZE:
197 Bytes
Raw
Download
Tweet
HITS:
680
Go to comments
Report
#include
<stdio.h>
int
main
()
{
int
m
,
n
,
c
;
while
(
scanf
(
"%d %d"
,
&
m
,
&
n
)
!=
EOF
)
{
c
=
(
m
*
n
)
-
1
;
printf
(
"%d
\n
"
,
c
);
}
return
0
;
}
Please enable JavaScript to view the
comments powered by Disqus.
comments powered by
Disqus