• This project
    • Loading...
  • Sign in

김민경 / repository

%ea%b7%b8%eb%a6%bc1
Go to a project
Toggle navigation Toggle navigation pinning
  • Projects
  • Groups
  • Snippets
  • Help
  • Project
  • Activity
  • Repository
  • Pipelines
  • Graphs
  • Issues 0
  • Merge Requests 0
  • Wiki
  • Snippets
  • Network
  • Create a new issue
  • Builds
  • Commits
  • Issue Boards
  • Files
  • Commits
  • Network
  • Compare
  • Branches
  • Tags
Switch branch/tag
  • repository
  • echo.cpp
  • 김민경's avatar
    echo · abc7baf3
    abc7baf3 Browse Files
    김민경 authored 2019-10-04 12:43:35 +0900
echo.cpp 101 Bytes
Raw Blame History Permalink
1 2 3 4 5 6 7 8
#include <iostream>
using namespace std;
int main(){
	int a;
	cin>>a;
	cout << a<< endl;
	return 0;
}