problemscpp
A collection of my answers to algorithm problems in c++.
静态 Public 成员函数 | 所有成员列表
acwing::acwing604类 参考

#include <acwing.h>

静态 Public 成员函数

static int main (istream &, ostream &)
 

详细描述

在文件 acwing.h42 行定义.

成员函数说明

◆ main()

int acwing::acwing604::main ( istream &  cin,
ostream &  cout 
)
static

在文件 acwing.cpp87 行定义.

87 {
88 const double pi = 3.14159;
89 double r;
90 cin >> r;
91 cout << "A=" << setiosflags(ios::fixed) << setprecision(4) << pi * r * r;
92 return 0;
93 }

被这些函数引用 acwing::TEST().


该类的文档由以下文件生成: