Pastebin
API
tools
faq
paste
Login
Sign up
SHARE
TWEET
CK_HW2_Prob3_Divisible or Not(And)
EliteBot
Feb 17th, 2020
118
0
Never
Add comment
Not a member of Pastebin yet?
Sign Up
, it unlocks many cool features!
C
0.20 KB
| None
|
0
0
raw
download
clone
embed
print
report
#include<stdio.h>
main
(
)
{
int
a
;
scanf
(
"%d"
,&
a
)
;
if
(
a
%
7
==
0
&&
a
%
19
==
0
)
{
printf
(
"Yes
\n
"
)
;
}
else
{
printf
(
"No
\n
"
)
;
}
return
0
;
}
Advertisement
Add Comment
Please,
Sign In
to add comment
Public Pastes
⭐ Exploit Documentation ⭐
CSS | 1 min ago | 1.05 KB
✅ API Flaw Money Method
CSS | 2 min ago | 1.05 KB
This month smells like money
CSS | 2 min ago | 1.05 KB
How to Automate PDF Processing in Python: A C...
Python | 12 hours ago | 7.61 KB
HTML Simple Flexbox Layout
HTML 5 | 14 hours ago | 2.13 KB
LLM-Generated Epub Reader In FreeBASIC (DOS/L...
FreeBasic | 1 day ago | 43.20 KB
webshell.php
PHP | 1 day ago | 1.27 KB
[TLF 18] - 322 / THE BLACKWIGHT
1 day ago | 3.33 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!