C++中的算冪

// First.cpp : Defines the entry point for the console application. // #include "stdafx.h" #include "iostream.h" int main(int argc, char* argv[]) { int value=2; int pow=10; int res=1; cout<<value<<"的"
相關文章
相關標籤/搜索