Toggle navigation
Home
Latest pastes
FAQ
Random
BitBin is shutting down!
Register
Login
counter c++
SUBMITTED BY:
Guest
DATE:
Sept. 5, 2014, 9:02 p.m.
FORMAT:
C++
SIZE:
184 Bytes
Raw
Download
Tweet
HITS:
528
Go to comments
Report
#include
<stdio.h>
using
namespace
std
;
int
main
()
{
int
i
=
0
;
for
(
i
=
10000
;
i
>
0
;
i
--
){
printf
(
"Counter i=%d
\n
"
,
i
);
}
return
0
;
}
Please enable JavaScript to view the
comments powered by Disqus.
comments powered by
Disqus