Submission #1290249

#TimeUsernameProblemLanguageResultExecution timeMemory
1290249nivekscanf 함수 3 (BSC_0_5)C++20
100 / 100
1 ms576 KiB
#include<bits/stdc++.h>
using namespace std;

signed main(){
  ios::sync_with_stdio(false);
  cin.tie(nullptr);
  
  int n;
  cin >> n;
  cout << n+1 << "\n";
  
  return 0;
}
#Verdict Execution timeMemoryGrader output
Fetching results...