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<<"的"
相关文章
相关标签/搜索