原始内容
高亮显示
复制内容
#include <math.h> #include <stdio.h> int xToI ( ); int main ( void ) { printf ( "the answer is %d\n", xToI () ); return 0; } int xToI() { return (int)floor(2.90) + 1; }
您还没有登录,登录后您可以:
首次使用?从这里 注册