Run Code
|
API
|
Code Wall
|
Misc
|
Feedback
|
Login
|
Theme
|
Privacy
|
Patreon
c1
# include <iostream> using namespace std; int main() { int x; cin>>x; if(x%2==0) cout<<"DA"; else cout<<"NU"; }
run
|
edit
|
history
|
help
0
Second program
Dar
Beadandó
PhB
poker.hpp
count common elements in three sorted array without using extraspace
Segmented Sieve
10 Wizards-DP
Travel Buddy
CodeChef P1 MATMIN1