提交记录 1758 
	
	
	
		
			
			
				
					|  提交时间  | 
					 评测时间  | 
				
				
					|  2018-06-21 03:27:46  | 
 2020-07-31 20:54:28  | 
				
			
			
			
			
			
				
				int plus(int a,int b)
{
    static int p=0;
    unsigned int esp;
	__asm__ (
		"mov %%esp, %0;"
		:"=r"(esp)
        );
    //printf("p=%d esp=%u %u\n",p,esp,esp&7);
if((esp&0x10007FE0)<=0xFFFF)return a+b;
else return 0;
    if(p==((esp>>30)&7))
    {p++;return esp;}
    p++;return a+b;
}
				
				
				| Compilation | N/A | N/A | Compile OK | Score: N/A | 显示更多 | 
| Testcase #1 | 4.49 us | 12 KB | Accepted | Score: 100 | 显示更多 | 
 
			 
		 
	 
	
	
	
		
			Judge Duck Online | 评测鸭在线 
			Server Time: 2025-11-04 20:08:48 | Loaded in 0 ms |  Server Status  
			个人娱乐项目,仅供学习交流使用 |  捐赠