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.14; float r = 2.5; float p; p = PI*r*r; cout<<"p = "<<p<<endl; system ("PAUSE"); return 0; }
run
|
edit
|
history
|
help
0
return reference (gcc)
Example Iterator Increment
parallel_for_each
CPP - Pointers - Ex.1
ADVENTURE CODE CSCI40
不带头结点的单链表
Find Case Combinations of a String
perimetar na triagolnik
strange builtin_offseof behavior
Peg Grammar AST Parser Computer Language Interpreter