比赛 | Asm_Def战记之透明计算网络 | 评测结果 | WWWWWWWWWA |
---|---|---|---|
题目名称 | Asm_Def三角形 | 最终得分 | 10 |
用户昵称 | Shirry | 运行时间 | 0.002 s |
代码语言 | C++ | 内存使用 | 0.29 MiB |
提交时间 | 2017-08-29 21:58:47 | ||
#include<cstdio> #include<algorithm> #define mod 998244353 using namespace std; int n,m; int main(){ freopen("tria.in","r",stdin); freopen("tria.out","w",stdout); printf("0\n"); return 0; }