Run Code
|
API
|
Code Wall
|
Users
|
Misc
|
Feedback
|
Login
|
Theme
|
Privacy
|
Patreon
c++
//Microsoft (R) C/C++ Optimizing Compiler Version 19.00.23506 for x64 #include <iostream> using namespace std; int main() { return 0; } /*int n1,n2,suma; cout<<"Digite un numero: "; cin>>n1; cout<<"\nDigite un numero: "; cin>>n2; suma=n1+n2; cout<<"\nLa suma es: "<<suma<<endl; cout<<"La resta es: "<<n1-n2<<endl; cout<<"La division es: "<<n1/n2<<endl; cout<<"La multiplicacion es: "<<n1*n2<<endl; */ /*cout<<"Digite un numero: "; //muestra en pantalla la pregunta del digito cin>>numero; //Lee el numero digitado cout<<"\nEl numero que digito es: "<<numero; //escribe el numero digitado */
run
|
edit
|
history
|
help
0
Please
log in
to post a comment.
MSVC lambda bug
Arrays
Integral constant
operator new / delete
Catching divide-by-zero with /EHc
Copy initialization: overload resolution issue
calling conventions and using an override class to change another classes values
seh exception
Replace all spaces in a string in C++
kkk
Please log in to post a comment.