Run ID | Author | Problem | Lang | Verdict | Score | Time | Memory | Code Length | Submit Time |
---|---|---|---|---|---|---|---|---|---|
846 | A班-黎祖彦 | 成绩 | C++ | Compile Error | 0 | 0 MS | 0 KB | 141 | 2024-11-30 10:47:50 |
#include<bits/stdc++.h> using namespace std; int main(){ int x; cin>>x; if(x>=60) { cout<<"pass!"; } elae cout<<"sorry!"; }