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

#include <acwing.h>

静态 Public 成员函数

static int main (istream &, ostream &)
 

详细描述

在文件 acwing.h57 行定义.

成员函数说明

◆ main()

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

在文件 acwing.cpp113 行定义.

113 {
114 int x;
115 float y;
116 cin >> x >> y;
117 cout << setiosflags(ios::fixed) << setprecision(3) << static_cast<float>(x) / y << " km/l";
118 return 0;
119 }

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


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