I hereby claim:
- I am amitkumarj441 on github.
- I am amitkumarjaiswal (https://keybase.io/amitkumarjaiswal) on keybase.
- I have a public key whose fingerprint is 2E5D 9779 AD08 5EE7 AC29 DC41 EBE7 39F0 0427 4A2C
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
| #include <iostream> | |
| int main() | |
| { | |
| int x,l,m,n; | |
| std::cin >> x; | |
| int y[x][x]; | |
| while(x--) | |
| { | |
| std::cin >> n; |
| // Author: Amit Kumar Jaiswal | |
| // Twitter: @amit_gkp | |
| #include<iostream> | |
| #include<string> | |
| #include<cstdlib> | |
| using namespace std; | |
| long hex2int(const string& hexStr) | |
| { |
Attention: the list was moved to
https://github.com/dypsilon/frontend-dev-bookmarks
This page is not maintained anymore, please update your bookmarks.