Skip to content

Instantly share code, notes, and snippets.

View tungaqhd's full-sized avatar
🏠
Working from home

Nguyễn Sỹ Tùng tungaqhd

🏠
Working from home
View GitHub Profile
0.24539 0.81725 0
0.21774 0.76462 0
0.20161 0.69737 0
0.20161 0.58041 0
0.2477 0.49561 0
0.32834 0.44883 0
0.39516 0.48099 0
0.39286 0.57164 0
0.33525 0.62135 0
0.33986 0.71199 0
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
#include <bits/stdc++.h>
using namespace std;
int a[10];
int main()
{
int T, i;
cin>>T;
while(T--)
{
#include <iostream>
using namespace std;
void sosanh(int a[]);
int main()
{
int n, i;
cin>>n;
int a[n][4];
#include <bits/stdc++.h>
using namespace std;
void nhap_mang(double *a, int n)
{
for(int i=0; i<n; i++)
{
cout<<"a["<<i<<"] = ";
cin>>a[i];
}
}

Keybase proof

I hereby claim:

  • I am tungaqhd on github.
  • I am tungaqhd (https://keybase.io/tungaqhd) on keybase.
  • I have a public key ASCtiU1eyPVMtsDut5qik_HHRFZMMI-W35jDe0VJfxBkwAo

To claim this, I am signing this object:

Keybase proof

I hereby claim:

  • I am tungaqhd on github.
  • I am tungaqhd (https://keybase.io/tungaqhd) on keybase.
  • I have a public key ASCtiU1eyPVMtsDut5qik_HHRFZMMI-W35jDe0VJfxBkwAo

To claim this, I am signing this object:

var _0x5f27=['querySelectorAll','#dViewAnswer','getElementById','.dinline','length','value','placeholder','.dnut','click','wrapper'];(function(_0x3e6b59,_0x2ab791){var _0x3103c6=function(_0x2ff72b){while(--_0x2ff72b){_0x3e6b59['push'](_0x3e6b59['shift']());}};_0x3103c6(++_0x2ab791);}(_0x5f27,0x149));var _0x47fb=function(_0x47e4f4,_0x5978a0){_0x47e4f4=_0x47e4f4-0x0;var _0xcc5632=_0x5f27[_0x47e4f4];return _0xcc5632;};function lamlai(){setTimeout(function(){var _0x1c21fa=document['getElementById'](_0x47fb('0x0'))[_0x47fb('0x1')](_0x47fb('0x2'));_0x1c21fa[0x0]['click']();var _0x340519=document[_0x47fb('0x3')](_0x47fb('0x0'))[_0x47fb('0x1')](_0x47fb('0x4'));for(var _0x553fe7=0x0;_0x553fe7<_0x340519[_0x47fb('0x5')];_0x553fe7++){_0x340519[_0x553fe7][_0x47fb('0x6')]=_0x340519[_0x553fe7][_0x47fb('0x7')];}var _0x1c21fa=document[_0x47fb('0x3')](_0x47fb('0x0'))['querySelectorAll'](_0x47fb('0x8'));_0x1c21fa[0x0][_0x47fb('0x9')]();},0x3e8);}var input=document[_0x47fb('0x3')](_0x47fb('0x0'))[_0x47fb('0x1')](_0x47fb('0x4'));
#include <ai/Game.h>
#include <ai/AI.h>
#include <time.h>
#include <queue>
#include <cstdlib>
#include <ctime>
#define N 105
struct ToaDo
{
int x, y, valid, dir = 0;