Skip to content

Commit

Permalink
update namespace.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
kugouming committed Sep 10, 2016
1 parent b4dfb68 commit 96ac6e4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion C++/argv.cpp
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#include <stdlib.h>
#include <iostream>
using namespace std;
//

//int main(int argc, const char * argv[])
int main(int argc, char * argv[])
{
Expand Down
1 change: 1 addition & 0 deletions C++/namespace.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ namespace myNum

int setNum()
{
// 需要定义多个输入变量值时,多个值间以空格分隔
cout << "请输入整型:";
cin >> x >> y;

Expand Down

0 comments on commit 96ac6e4

Please sign in to comment.