Run Code
|
API
|
Code Wall
|
Users
|
Misc
|
Feedback
|
Login
|
Theme
|
Privacy
|
Patreon
use of assert to check a particular situation! (throws error)
//g++ 5.4.0 #include <iostream> #include <bits/stdc++.h> using namespace std; int main(){ int x; cin >> x; assert(x % 7 == 0); cout << x << endl; return 0; }
run
|
edit
|
history
|
help
0
Please
log in
to post a comment.
Continuous Sub Set with given sum
Expected types
Roots of a Quadratic Equation
same
void sun()
Nth max element in BST
Functions-Part I
Defining Class Members
How to access member function of a class using scope
Extended Euclidean Algorithm
Please log in to post a comment.