#32711: 太可怕了 為甚麼會全部輸入後才一起輸出


P2006950413 (說不得)

學校 : 不指定學校
編號 : 185048
來源 : [111.251.70.70]
最後登入時間 :
2024-03-26 19:41:18
a001. 哈囉 -- Brian Kernighan | From: [61.228.0.223] | 發表日期 : 2022-10-29 09:42

#include<bits/stdc++.h>
using namespace std;

int main()
{
    int n;
    ios::sync_with_stdio(false);
    cin.tie(0);
    cin>>n;
    
    while(n--)
    {
        
        int d,l;
        cin>>d>>l;
        cout<<d<<"\n";
    }
    return 0;

 
ZeroJudge Forum