K
Khách

Hãy nhập câu hỏi của bạn vào đây, nếu là tài khoản VIP, bạn sẽ được ưu tiên trả lời.

here :

<!DOCTYPE html><html><head><title>Facebook Cross-Domain Messaging helper</title></head><body><script>document.domain = 'facebook.com';__transform_includes = {};function emptyFunction() {};self.__DEV__=self.__DEV__||0,self.emptyFunction=function(){};
"use strict";
Array.from||(Array.from=function(a){if(a==null)throw new TypeError("Object is null or undefined");var b=arguments[1],c=arguments[2],d=this,e=Object(a),f=typeof Symbol==="function"?typeof Symbol==="function"?Symbol.iterator:"@@iterator":"@@iterator",g=typeof b==="function",h=typeof e[f]==="function",i=0,j,k;if(h){j=typeof d==="function"?new d():[];var l=e[f](),m;while(!(m=l.next()).done)k=m.value,g&&(k=b.call(c,k,i)),j[i]=k,i+=1;j.length=i;return j}var n=e.length;(isNaN(n)||n<0)&&(n=0);j=typeof d==="function"?new d(n):new Array(n);while(i<n)k=e[i],g&&(k=b.call(c,k,i)),j[i]=k,i+=1;j.length=i;return j});
Array.isArray||(Array.isArray=function(a){return Object.prototype.toString.call(a)=="[object Array]"});
"use strict";(function(a){function b(a,b){if(this==null)throw new TypeError("Array.prototype.findIndex called on null or undefined");if(typeof a!=="function")throw new TypeError("predicate must be a function");var c=Object(this),d=c.length>>>0;for(var e=0;e<d;e++)if(a.call(b,c[e],e,c))return e;return-1}Array.prototype.findIndex||(Array.prototype.findIndex=b);Array.prototype.find||(Array.prototype.find=function(a,c){if(this==null)throw new TypeError("Array.prototype.find called on null or undefined");a=b.call(this,a,c);return a===-1?void 0:this[a]});Array.prototype.fill||(Array.prototype.fill=function(a){if(this==null)throw new TypeError("Array.prototype.fill called on null or undefined");var b=Object(this),c=b.length>>>0,d=arguments[1],e=d>>0,f=e<0?Math.max(c+e,0):Math.min(e,c),g=arguments[2],h=g===void 0?c:g>>0,i=h<0?Math.max(c+h,0):Math.min(h,c);while(f<i)b[f]=a,f++;return b})})();
(function(){var a=Object.prototype.toString,b=Object("a"),c=b[0]!="a";function d(a){a=+a;a!==a?a=0:a!==0&&a!==1/0&&a!==-(1/0)&&(a=(a>0||-1)*Math.floor(Math.abs(a)));return a}Array.prototype.map||(Array.prototype.map=function(a,b){if(typeof a!=="function")throw new TypeError();var c,d=this.length,e=new Array(d);for(c=0;c<d;++c)c in this&&(e[c]=a.call(b,this[c],c,this));return e});Array.prototype.forEach||(Array.prototype.forEach=function(a,b){this.map(a,b)});Array.prototype.filter||(Array.prototype.filter=function(a,b){if(typeof a!=="function")throw new TypeError();var c,d,e=this.length,f=[];for(c=0;c<e;++c)c in this&&(d=this[c],a.call(b,d,c,this)&&f.push(d));return f});Array.prototype.every||(Array.prototype.every=function(a,b){if(typeof a!=="function")throw new TypeError();var c=new Object(this),d=c.length;for(var e=0;e<d;e++)if(e in c&&!a.call(b,c[e],e,c))return!1;return!0});Array.prototype.some||(Array.prototype.some=function(a,b){if(typeof a!=="function")throw new TypeError();var c=new Object(this),d=c.length;for(var e=0;e<d;e++)if(e in c&&a.call(b,c[e],e,c))return!0;return!1});Array.prototype.indexOf||(Array.prototype.indexOf=function(a,b){var c=this.length;b|=0;b<0&&(b+=c);for(;b<c;b++)if(b in this&&this[b]===a)return b;return-1});(!Array.prototype.lastIndexOf||[0,1].lastIndexOf(0,-3)!=-1)&&(Array.prototype.lastIndexOf=function(b){var e=c&&a.call(this)=="[object String]"?this.split(""):Object(this),f=e.length>>>0;if(!f)return-1;var g=f-1;arguments.length>1&&(g=Math.min(g,d(arguments[1])));g=g>=0?g:f-Math.abs(g);for(;g>=0;g--)if(g in e&&b===e[g])return g;return-1});Array.prototype.reduce||(Array.prototype.reduce=function(a){if(typeof a!=="function")throw new TypeError(a+" is not a function");var b=this.length>>>0,c,d,e=arguments.length===2;e&&(c=arguments[1]);for(d=0;d<b;++d)Object.prototype.hasOwnProperty.call(this,d)&&(e===!1?(c=this[d],e=!0):c=a(c,this[d],d,this));if(e===!1)throw new TypeError("Reduce of empty array with no initial value");return c});Array.prototype.reduceRight||(Array.prototype.reduceRight=function(a){if(typeof a!=="function")throw new TypeError(a+" is not a function");var b=this.length>>>0,c,d,e=arguments.length===2;e&&(c=arguments[1]);for(d=b-1;d>-1;--d)Object.prototype.hasOwnProperty.call(this,d)&&(e===!1?(c=this[d],e=!0):c=a(c,this[d],d,this));if(e===!1)throw new TypeError("Reduce of empty array with no initial value");return c})})();
typeof Number.isFinite!=="function"&&(Number.isFinite=function(a){return typeof a==="number"&&isFinite(a)}),typeof Number.isNaN!=="function"&&(Number.isNaN=function(a){return typeof a==="number"&&isNaN(a)}),typeof Number.EPSILON!=="number"&&(Number.EPSILON=Math.pow(2,-52)),typeof Number.MAX_SAFE_INTEGER!=="number"&&(Number.MAX_SAFE_INTEGER=Math.pow(2,53)-1),typeof Number.MIN_SAFE_INTEGER!=="number"&&(Number.MIN_SAFE_INTEGER=-1*Number.MAX_SAFE_INTEGER),typeof Number.isInteger!=="function"&&(Number.isInteger=function(a){return Number.isFinite(a)&&Math.floor(a)===a}),typeof Number.isSafeInteger!=="function"&&(Number.isSafeInteger=function(a){return Number.isFinite(a)&&a>=Number.MIN_SAFE_INTEGER&&a<=Number.MAX_SAFE_INTEGER&&Math.floor(a)===a}),typeof Number.parseInt!=="function"&&(Number.parseInt=parseInt),typeof Number.parseFloat!=="function"&&(Number.parseFloat=parseFloat);
(function(){"use strict";var a=Array.prototype.indexOf;Array.prototype.includes||(Array.prototype.includes=function(d){"use strict";if(d!==void 0&&Array.isArray(this)&&!Number.isNaN(d))return a.apply(this,arguments)!==-1;var e=Object(this),f=e.length?b(e.length):0;if(f===0)return!1;var g=arguments.length>1?c(arguments[1]):0,h=g<0?Math.max(f+g,0):g,i=Number.isNaN(d);while(h<f){var j=e[h];if(j===d||i&&Number.isNaN(j))return!0;h++}return!1});function b(a){return Math.min(Math.max(c(a),0),Number.MAX_SAFE_INTEGER)}function c(a){a=Number(a);return Number.isFinite(a)&&a!==0?d(a)*Math.floor(Math.abs(a)):a}function d(a){return a>=0?1:-1}})();
var __p;
(function(){var a={},b=function(a,b){if(!a&&!b)return null;var c={};typeof a!=="undefined"&&(c.type=a);typeof b!=="undefined"&&(c.signature=b);return c},c=function(a,c){return b(a&&/^[A-Z]/.test(a)?a:void 0,c&&(c.params&&c.params.length||c.returns)?"function("+(c.params?c.params.map(function(a){return/\?/.test(a)?"?"+a.replace("?",""):a}).join(","):"")+")"+(c.returns?":"+c.returns:""):void 0)},d=function(a,b,c){return a},e=function(a,b,d){"sourcemeta"in __transform_includes&&(a.__SMmeta=b);if("typechecks"in __transform_includes){b=c(b?b.name:void 0,d);b&&__w(a,b)}return a},f=function(a,b,c){return c.apply(a,b)},g=function(a,b,c,d){d&&d.params&&__t.apply(a,d.params);c=c.apply(a,b);d&&d.returns&&__t([c,d.returns]);return c},h=function(b,c,d,e,f){if(f){f.callId||(f.callId=f.module+":"+(f.line||0)+":"+(f.column||0));e=f.callId;a[e]=(a[e]||0)+1}return d.apply(b,c)};typeof __transform_includes==="undefined"?(__annotator=d,__bodyWrapper=f):(__annotator=e,"codeusage"in __transform_includes?(__annotator=d,__bodyWrapper=h,__bodyWrapper.getCodeUsage=function(){return a},__bodyWrapper.clearCodeUsage=function(){a={}}):"typechecks"in __transform_includes?__bodyWrapper=g:__bodyWrapper=f)})();
__t=function(a){return a[0]},__w=function(a){return a};
Object.create||(Object.create=function(a){var b=typeof a;if(b!="object"&&b!="function")throw new TypeError("Object prototype may only be a Object or null");b=function(){a===null&&(this.__proto__=a,delete this.__proto__)};b.prototype=a;return new b()}),Object.keys||(Object.keys=function(a){var b=typeof a;if(b!="object"&&b!="function"||a===null)throw new TypeError("Object.keys called on non-object");b=Object.prototype.hasOwnProperty;var c=[];for(var d in a)b.call(a,d)&&c.push(d);return c}),Object.freeze||(Object.freeze=function(a){return a}),Object.isFrozen||(Object.isFrozen=function(){return!1}),Object.seal||(Object.seal=function(a){return a}),(function(){try{Object.getOwnPropertyDescriptor(HTMLInputElement.prototype,"value")}catch(a){Object.getOwnPropertyDescriptor=function(a){return function(b,c){try{return a(b,c)}catch(a){return{enumerable:b.propertyIsEnumerable(c),configurable:!0,get:b.__lookupGetter__(c),set:b.__lookupSetter__(c)}}}}(Object.getOwnPropertyDescriptor)}})();
(function(){var a=!{toString:!0}.propertyIsEnumerable("toString");if(!a)return;var b=["toString","toLocaleString","valueOf","hasOwnProperty","isPrototypeOf","constructor"];Object.keys=function(a){var c=typeof a;if(c!="object"&&c!="function"||a===null)throw new TypeError("Object.keys called on non-object");c=Object.prototype.hasOwnProperty;var d=[];for(var e in a)c.call(a,e)&&d.push(e);for(var f=0;f<b.length;f++){var g=b[f];c.call(a,g)&&d.push(g)}return d};Object.assign=function(a,c){if(a==null)throw new TypeError("Object.assign target cannot be null or undefined");var d=Object(a),e=Object.prototype.hasOwnProperty;for(var f=1;f<arguments.length;f++){var g=arguments[f];if(g==null)continue;var h=Object(g);for(var i in h)e.call(h,i)&&(d[i]=h[i]);for(var j=0;j<b.length;j++){var k=b[j];e.call(h,k)&&(d[k]=h[k])}}return d}})();
(function(){if(Object.assign)return;var a=Object.prototype.hasOwnProperty,b;Object.keys&&Object.keys.name!=="object_keys_polyfill"?b=function(a,b){var c=Object.keys(b);for(var d=0;d<c.length;d++)a[c[d]]=b[c[d]]}:b=function(b,c){for(var d in c)a.call(c,d)&&(b[d]=c[d])};Object.assign=function(a,c){if(a==null)throw new TypeError("Obje...

17 tháng 1 2018

đá bóng,bắn bi,cá ngựa

17 tháng 1 2018

những bộ đồ chơi xếp hình

bo đô chơi siêu nhân

những câu chuyện cổ tích bạn mua tặng em rôì đọc chôm em nghe

k cho mình nha

28 tháng 12 2017

các chế là câu nói của mấy cu  bị 3d

28 tháng 12 2017

các chế là các chế chứ là gì

22 tháng 12 2021

SP là điểm học sinh chấm lẫn nhau, còn GP là đc giáo viên của OLM k nhé!

22 tháng 12 2021

ok hỉu rồi cảm ơn

13 tháng 12 2018

ib lak "nhắn tin đó"

k

tui đi

13 tháng 12 2018

inbox ấy

25 tháng 8 2021

là vip đó

19 tháng 2 2021

GP :  là do giáo viên 24h đánh giá trong quá trình học tập và phải trả lời đúng và nhanh mới được nhận.

SP : là do học sinh của 24h chọn đúng

có tác dụng là : GP: sẽ giúp bạn nhận thưởng như là 3 tháng vip ở Online Math hoặc 1 thẻ cào ( nếu ko nhận vip )

SP : tăng thêm điểm hỏi đáp ở SP của bạn

9 tháng 11 2018

hỏi là biết ngay

hỏi rùi, ko thấy nó on và trả lời