Run Code
|
API
|
Code Wall
|
Misc
|
Feedback
|
Login
|
Theme
|
Privacy
|
Patreon
7
#include <iostream> using namespace std; int main() { int n1, n2, t; cout<<"\n enter two numbers :::"; cin >>n1>>n2; cout <<"\n n1="<<n1<<",n2="<<n2; }
run
|
edit
|
history
|
help
-1
Rounding float to nearest 1000 (fixed)
10 naturalnumbers
C++ Register
Template arguments may contain calls to constexpr functions.
numeric_limits
why
IsContainer
Narrowing error
HexDong
Variadic Template: Make Index Sequence