Submission #2995848


Source Code Expand

#include<cstdio>
main(){
    int a;
    scanf("%d",&a); //输入
    printf("%d\n",a);   //输出总个数
    while(a--)puts("1");    //puts函数会在输出的字符串后加上换行
}

Submission Info

Submission Time
Task A - 足し算
User luogu_bot5
Language Pascal (FPC 2.6.2)
Score 0
Code Size 194 Byte
Status CE