Run Code
|
API
|
Code Wall
|
Misc
|
Feedback
|
Login
|
Theme
|
Privacy
|
Patreon
PLoshtina na krug
#include <iostream> #include <cstdlib> using namespace std; int main() { const float PI = 3.142; float r = 2.5; float p; p = PI*r*r; cout<<"p = "<<p<<endl; system ("PAUSE"); return 0; }
run
|
edit
|
history
|
help
0
Rezolvare
RecursiveFact
temp
Hash(Prototipo)
google
F-Random Strings
string
obracanie tablicy
Two pointer - MUST DO
Conjuntos - Comparar cantidad de elementos únicos en 2 vectores