Submission #165459

#TimeUsernameProblemLanguageResultExecution timeMemory
165459muhi1112Nadan (COCI18_nadan)C++17
10 / 50
2 ms376 KiB
#include <bits/stdc++.h> using namespace std; #define endl '\n' #define f1 first #define s2 second #define pb push_back #define mp make_pair #define ll long long #define fri(a) freopen(a,"r",stdin); #define fro(a) freopen(a,"w",stdout); const int N=405; int n,m; int main(){ //fri("in.txt"); cin>>n>>m; for(int i=0;i<m-1;i++){ cout<<1<<endl; } cout<<n-m+1; return 0; }
#Verdict Execution timeMemoryGrader output
Fetching results...