Pastebin
API
tools
faq
paste
Login
Sign up
SHARE
TWEET
função preencher_tabuleiro
orneto
Oct 28th, 2018
87
0
Never
Add comment
Not a member of Pastebin yet?
Sign Up
, it unlocks many cool features!
text
0.15 KB
| None
|
0
0
raw
download
clone
embed
print
report
void preencher_tabuleiro(int (&var)[3][3]){
int a, b, i = 0;
for (a=0; a<3; a++){
for(b=0; b <3; b++){
var[a][b] = i;
i++;
}
}
}
Add Comment
Please,
Sign In
to add comment
Public Pastes
✅ PayPal Hits
JavaScript | 1 sec ago | 0.08 KB
✅ MAKE $22OO IN 10 MIN 2
JavaScript | 1 sec ago | 0.08 KB
✅ Crypto Accounts
JavaScript | 1 sec ago | 0.08 KB
Make $2500 in 15 minutes T
JavaScript | 3 sec ago | 0.08 KB
FREE BTC GUIDE U
JavaScript | 5 sec ago | 0.08 KB
FREE BTC GUIDE 0
JavaScript | 11 sec ago | 0.08 KB
MAKE $5000 INSTANTLY N
JavaScript | 11 sec ago | 0.08 KB
Make $2500 in 15 minutes G
JavaScript | 12 sec ago | 0.08 KB
We use cookies for various purposes including analytics. By continuing to use Pastebin, you agree to our use of cookies as described in the
Cookies Policy
.
OK, I Understand
Not a member of Pastebin yet?
Sign Up
, it unlocks many cool features!