O_MMMM_O的博客Visual Basic for Applications(VBA)是 VisualBasic 的一种宏语言,是微软开发出来在其桌面应用程序中执行通用的自动化(OLE)任务的编程语言。主要能用来扩展 Windows 的应用程序功能,特别是Microsoft Office软件...
weixin_30535043的博客#include<iostream> using namespace std; int main(){ int array[3][4]={{1,46,98,-4}, {45,22,-75,0}, {456,498,35,4}}; int unknow=array[0][0]; int h=...