Pastebin
API
tools
faq
paste
Login
Sign up
SHARE
TWEET
Untitled
a guest
Jan 5th, 2018
61
0
Never
Add comment
Not a member of Pastebin yet?
Sign Up
, it unlocks many cool features!
text
0.40 KB
| None
|
0
0
raw
download
clone
embed
print
report
for (int i=0;i<9;i++)
{
for(int j=1;j<9;j++)
{
for (int k=0; k<9;k++)
{
if (g.board[i][j] != g.board[i][k])
{
if ((g.board[i][j] == g.board[i][k]))
{
return false;
}
}
}
}
}
Add Comment
Please,
Sign In
to add comment
Public Pastes
Untitled
14 hours ago | 0.53 KB
Untitled
14 hours ago | 1.09 KB
Python Tkinter Bookkeeping sandbox
Python | 16 hours ago | 9.51 KB
69meter
20 hours ago | 2.08 KB
Untitled
1 day ago | 7.34 KB
Untitled
1 day ago | 7.25 KB
Untitled
1 day ago | 5.74 KB
Untitled
1 day ago | 6.47 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!