提交记录 16450


用户 题目 状态 得分 用时 内存 语言 代码长度
RymCold 1000. 测测你的 A+B Compile Error 0 0 ns 0 KB C++ 896 B
提交时间 评测时间
2021-08-21 17:47:15 2021-08-21 17:47:17
#include<cstdio>
 using namespace std;
  typedef long long typ__ef;
    inline typ__ef read(){
	typ__ef x = 0 , y = 1 ; char c = getchar();
   while(c < '0' || c > '9' ){if ( c == '-' )y = - y ; c = getchar() ; }
  while(c >= '0' && c <= '9' ){x = x * 10 + c - '0' ; c = getchar () ;}
 goto termianl ;
termianl : 
 { 
  typ__ef ras ;
   ras = x * y ;
  return ras;
 }
}
inline void write( typ__ef a ) 
 {
  printf ( "%lld" , a) ; 
   }
    int main ( )
   {
  goto read ;  
 read : 
{
 typ__ef  ___nitmshibushiyiweizijihenyoumo ;
  typ__ef  __fanzhengwoshizhemejuedede ;
   typ__ef  _______funkinganswer ;
    ___nitmshibushiyiweizijihenyoumo = read ( ) ;     
   __fanzhengwoshizhemejuedede = read ( );  
  _______funkinganswer = ___nitmshibushiyiweizijihenyoumo + __fanzhengwoshizhemejuedede ;
 write( _______funkinganswer ) ;
goto marge ;
 }
  marge : 
   {
   puts ( " " ) ;
  return 0 ;
 }
}

CompilationN/AN/ACompile ErrorScore: N/A


Judge Duck Online | 评测鸭在线
Server Time: 2026-03-19 04:54:14 | Loaded in 1 ms | Server Status
个人娱乐项目,仅供学习交流使用 | 捐赠