竞赛
考级
#include <iostream> using namespace std; int main (){ }
136****5277
AC题解
Felix0604(AC君)
#include<bits/stdc++.h> using namespace std; int main(){ cout<<4264704; return 0; }//开个玩笑 | | \/ #include<bits/stdc++.h> using namespace std; int main(){ cout<<3456*1234; return 0; }
༺ཌༀ٩( 'ω' )و ༀད༻
majmDZB
#include <iostream> using namespace std; int main(){ cout <<3456*1234; return 0; }
DEMO
#include<bits/stdc++.h> using namespace std; int main(){ cout<<3456*1234; return 0; }
Lightky
#include<bits/stdc++.h> using namespace std; int main(){ cout << 3456*1234; return 0; }
太空杀+CODM! 老玩家
这道题可以使用cout直接输出,十分简单甚至九分简单
布迪奈
#include <bits/stdc++.h> using namespace std; int main(){ cout<<3456*1234; return 0; }
一枚button
#include<iostream> using namespace std; int main() { cout<<3456*1234; return 0; }
苏羽涅--墨殃
#include<bits/stdc++.h> using namespace std; int main() { cout<<3456*1234; return 0; }
爱学C++的MC爱玩MC的c++
邱澤銳·龍龘龖🔥#已疯#
yang(Python,半退)
#include<bits/stdc++.h> using namespace std; int main(){ cout<<"4264704"; }
不会写代码
#include<bits/stdc++.h> //万能头文件 using namespace std; //命名空间 int main(){ //主函数 cout<<3456*1234; //输出 return 0; //返回 }
王晗睿
JasonYin-华威
陈**M***O
#include<iostream> using namespace std; using namespace std; int main(){ long long a=3456,b=1234; cout<<a*b; return 0; }
ACGO 解题官
#include<stdio.h> using namespace std; int main(){ printf("%d\n",4264704); return 0;}
huangboxiang
七(6)朱瀚辰
共85条