일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | ||||||
2 | 3 | 4 | 5 | 6 | 7 | 8 |
9 | 10 | 11 | 12 | 13 | 14 | 15 |
16 | 17 | 18 | 19 | 20 | 21 | 22 |
23 | 24 | 25 | 26 | 27 | 28 |
Tags
- document
- sql injection
- 객체
- 백준 파이썬
- property
- 사칙연산
- jQuery
- burp suite
- 자바스크립트
- 파이썬
- IF문
- object
- 김성엽 대표님
- xss game
- window
- Pwndbg
- 함수
- htmlspecialchars
- blind sql injection
- python
- xss game 풀이
- suninatas 풀이
- github
- lord of sql injection
- 배열
- 포인터
- element 조회
- 백준 알고리즘
- 메소드
- 조건문
Archives
- Today
- Total
목록c++ rand() (2)
power-girl0-0
[ C++ ] 랜덤한 수 합 맞추기
랜덤한 수의 합 맞추기 #include #include #include using namespace std; int main(){ int a, b, answer,result; int count=0; srand(time(NULL)); while(1){ a = rand()%10+1; b = rand()%10+1; result = a+b; cout
언어/C++
2021. 3. 23. 02:02