This website works better with JavaScript
홈
탐색
로그인
jezv___
/
Figures
Watch
2
Star
0
포크
0
파일
이슈
0
풀 리퀘스트
0
위키
트리:
eb18e12a62
브랜치
태그
master
Figures
/
circle_main.cpp
circle_main.cpp
110 B
히스토리
Raw
1
2
3
4
5
6
7
8
9
#include "Circle.h"
using namespace std;
int main() {
Circle c(23, 24, 5);
c.name();
return 0;
}