일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
29 | 30 | 31 |
Tags
- sql injection
- lord of sql injection
- 사칙연산
- Pwndbg
- 함수
- 메소드
- suninatas 풀이
- xss game
- property
- 조건문
- object
- IF문
- jQuery
- 포인터
- 자바스크립트
- 백준 파이썬
- document
- htmlspecialchars
- 백준 알고리즘
- blind sql injection
- xss game 풀이
- github
- 배열
- 객체
- element 조회
- 김성엽 대표님
- python
- burp suite
- window
- 파이썬
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