Run Code
|
API
|
Code Wall
|
Misc
|
Feedback
|
Login
|
Theme
|
Privacy
|
Patreon
sinem çalışma
//Microsoft (R) C/C++ Optimizing Compiler Version 19.00.23506 for x64 #include <iostream> using namespace std; int main(){ int a; int n; double sum=0; cout<<"please enter how much second did you talk?"<<endl; cin>>n; cout<<"if your package is economic,click 1= "<<endl; cin>>a; if(a==1){ if(n<=3000){ cout<<"19 tl will pay"<<endl; } else{ sum=19+0.2*n/6.60; cout<<sum<<" will pay"<<endl; } } else{ sum=0.15*n/6; cout<<sum<<" will pay"<<endl; } return 0; }
run
|
edit
|
history
|
help
0
PreprocessorVsNamespace
Unicode_write2file
Template function declaration to avoid usage of template in T::template f<int>()
accessibility on in-class typedefs
dump_own_process.cpp
Preserving strict aliasing Union example
MSVC C2888 bug
Static cast of Enum
std::string
Say if number is prime and give its factors