提交记录 16450
| 提交时间 |
评测时间 |
| 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 ;
}
}
| Compilation | N/A | N/A | Compile Error | Score: N/A | 显示更多 |
Judge Duck Online | 评测鸭在线
Server Time: 2026-03-19 04:54:14 | Loaded in 1 ms | Server Status
个人娱乐项目,仅供学习交流使用 | 捐赠