Skip to content

Instantly share code, notes, and snippets.

View secretjunio's full-sized avatar
😄
The Deep

Vu Van Thien secretjunio

😄
The Deep
View GitHub Profile

Keybase proof

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:

Keybase proof

I hereby claim:

  • I am secretjunio on github.
  • I am thien_vu (https://keybase.io/thien_vu) on keybase.
  • I have a public key ASAFhLCGlZ98wji_a9Ow8FKRDRDqSjVUKUiCPjNfdrrPCwo

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()