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

#include <acwing.h>

静态 Public 成员函数

static int main (istream &, ostream &)
 

详细描述

在文件 acwing.h37 行定义.

成员函数说明

◆ main()

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

在文件 acwing.cpp77 行定义.

77 {
78 int a;
79 int b;
80 int c;
81 int d;
82 cin >> a >> b >> c >> d;
83 cout << "DIFERENCA = " << a * b - c * d;
84 return 0;
85 }

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


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