8k屏幕7680*4320像素大小

#include <stdio.h>
#include <math.h>
#include <tgmath.h>
#include <complex.h>
#include <string.h>
int main(){
    int a=7680;
    int b=4320;
    int c=0;
    c=a*b;
    printf("%d\n",c);
}

 

posted @ 2025-03-31 16:37  华腾智算  阅读(24)  评论(0)    收藏  举报
https://damo.alibaba.com/ https://tianchi.aliyun.com/course?spm=5176.21206777.J_3941670930.5.87dc17c9BZNvLL