#include <iostream>
#include <string>
using namespace std;
class Coti {
public:
Coti() {
name = "jiung";
role = "Software Engineer";
currentFocus = "I am focusing on backend technologies.";
portfolio = "https://coti.github.io/";
blog = "https://wooong-dev.tistory.com/";
}
void sayHi() {
cout << "Hello";
}
private:
string name;
string role;
string portfolio;
string currentFocus;
string blog;
};
int main() {
Coti me;
me.sayHi();
}
type | platform | badge |
---|---|---|
problem solving | atcoder | |
problem solving | codeforce | |
problem solving | solved |