I hereby claim:
- I am secrejunio on github.
- I am thienvu (https://keybase.io/thienvu) on keybase.
- I have a public key whose fingerprint is 4831 2FA0 B06D 6FFB 8011 C47D D8C6 3F15 1A0C 81F7
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
| #include<iostream> | |
| using namespace std; | |
| int kt(int k) | |
| { | |
| if(k/10==1) | |
| return 1; | |
| else | |
| return 0; | |
| } | |
| int main() |