็ตๆ
ๅ้ก | No.2878 ๐๐พโ๐๐๐๐โ |
ใฆใผใถใผ |
|
ๆๅบๆฅๆ | 2024-10-02 18:07:27 |
่จ่ช | C++14 (gcc 13.3.0 + boost 1.87.0) |
็ตๆ |
AC
|
ๅฎ่กๆ้ | 2 ms / 2,000 ms |
ใณใผใ้ท | 247 bytes |
ใณใณใใคใซๆ้ | 1,631 ms |
ใณใณใใคใซไฝฟ็จใกใขใช | 166,140 KB |
ๅฎ่กไฝฟ็จใกใขใช | 6,820 KB |
ๆ็ตใธใฃใใธๆฅๆ | 2024-10-02 18:07:29 |
ๅ่จใธใฃใใธๆ้ | 2,274 ms |
ใธใฃใใธใตใผใใผID ๏ผๅ่ๆ ๅ ฑ๏ผ |
judge1 / judge4 |
๏ผ่ฆใญใฐใคใณ๏ผ
ใใกใคใซใใฟใผใณ | ็ตๆ |
---|---|
other | AC * 8 |
ใณใณใใคใซใกใใปใผใธ
main.cpp:7:1: warning: ISO C++ forbids declaration of 'main' with no type [-Wreturn-type] 7 | main(){ | ^~~~
ใฝใผในใณใผใ
#include <bits/stdc++.h>using namespace std;#define int long longconst int N=1e3+9;int n,d,a[N];main(){ios_base::sync_with_stdio(0);cin.tie(0);cout.tie(0);string s="IGNITION";int i;cin>>i;cout<<s[i-1];}