pastebin
Add a new paste
View all pastes
Change language
Dutch
English
French
Russian
menu
URL Shortener
Multiple URL shortener
browser info
Whois IP and domain lookup
Capture a Website screenshot
Disqus Chatroom
Registration
pastebin
Paste Search Dynamic
Recent pastes
Binance
2 hours ago
Jsonutility argumentexception
3 hours ago
base OnStartAuthority
3 hours ago
NetworkClient AddPlayer
3 hours ago
WebGL Failed to load resource
3 hours ago
Unity err memory
3 hours ago
Unity Package Cache error
3 hours ago
JNI Error
3 hours ago
GLFW Error
3 hours ago
Process crashed
3 hours ago
ABCD
#include <stdio.h>
int
main
(
)
{
int
A=
1
, B=
2
, C=
3
, D=
4
;
int
temp;
printf
(
"C * B / D = %in"
, C * B / D
)
;
printf
(
"D + C / B = %in"
, D + C / B
)
;
temp = B % C;
printf
(
"B %% C = %in"
, temp
)
;
printf
(
"A * B / C + D = %in"
, A * B / C + D
)
;
return
(
0
)
;
}
Parsed in 0.007 seconds