QOJ.ac

QOJ

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#88129#3251. 数正方体l1924365846WA 0ms3564kbC++141.5kb2023-03-15 11:32:362023-03-15 11:32:38

Judging History

你现在查看的是最新测评结果

  • [2023-08-10 23:21:45]
  • System Update: QOJ starts to keep a history of the judgings of all the submissions.
  • [2023-03-15 11:32:38]
  • 评测
  • 测评结果:WA
  • 用时:0ms
  • 内存:3564kb
  • [2023-03-15 11:32:36]
  • 提交

answer

#include <iostream>
#include <cstdio>
#include <cstring>
#include <cmath>
#include <algorithm>
#include <vector>
#include <queue>
#include <stack>
#include <map>
#include <string>
#include <set>
#include <unordered_map>
#include <unordered_set>
#define int long long
#define ms(a,b) memset((a),(b),sizeof(a))
#define mc(a,b) memcpy((a),(b),sizeof(a))
#define PI acos(-1)
#define ssin(x) sin(x*PI/180.00)
#define ccos(x) cos(x*PI/180.00)
#define ttan(X) tan(x*PI/180.00)
#define rep(i, a, n) for (int i = a; i < n; i++)
#define per(i, n, a) for (int i = n - 1; i >= a; i--)
#define IOS ios::sync_with_stdio(false)
#define sl(x) scanf("%lld",&x)
#define sll(x, y) scanf("%lld %lld",&x, &y)
#define slll(x, y, z) scanf("%lld %lld %lld",&x, &y, &z)
#define sllll(x, y, z, w) scanf("%lld %lld %lld %lld",&x, &y, &z, &w)
#define pf(x) printf("%lld",x)
#define sd(x) scanf("%lf",&x)
#define sdd(x, y) scanf("%lf %lf",&x, &y)
#define sddd(x, y, z) scanf("%lf %lf %lf",&x, &y, &z)
#define sdddd(x, y, z, w) scanf("%lf %lf %lf %lf",&x, &y, &z, &w)
#define fi first
#define se second
#define pb push_back
#define mk make_mair

using namespace std;

typedef unsigned long long ull;

typedef pair<int, int> PII;

const int mod = 1e9 + 7;

const int P = 131;

const int N = 1010;

const int inf = 0x3f3f3f3f;

const int lnf = 9e18;

const double eps = 1e-6;

void solve() {
	cout<<84826<<endl;
}

signed main() {
	//	IOS;
	//	cin.tie (0);
	//	cout.tie (0);
	int T = 1;
	sl (T);
	
	while ( T-- ) {
		solve();
	}
	
	return 0;
}

詳細信息

Test #1:

score: 0
Wrong Answer
time: 0ms
memory: 3564kb

input:

371 259
......................................................................+---+---+....................................................................................................................................................................................
...................................

output:

84826
84826
84826
84826
84826
84826
84826
84826
84826
84826
84826
84826
84826
84826
84826
84826
84826
84826
84826
84826
84826
84826
84826
84826
84826
84826
84826
84826
84826
84826
84826
84826
84826
84826
84826
84826
84826
84826
84826
84826
84826
84826
84826
84826
84826
84826
84826
84826
84826
84826
...

result:

wrong output format Extra information in the output file