UOJ Logo

NOI.AC

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#215551#1. A+B ProblemAllen123456hello07415ms1156kbC++569b2025-04-16 14:53:182025-04-16 14:53:20

answer

#pragma GCC optimize(0)
#include<iostream> 
#include<cstdio> 
#include<cstdlib> 
#include<ctime> 
#include<fstream> 
#include<algorithm> 
#include<map> 
#include<queue> 
#include<deque> 
#include<set> 
#include<vector>
#define ll long long
#define lf double
#define ld long double
using namespace std;
ll tot,tot2,st;
int main(){
	for(int i=0;i<3;i++){
		tot=0;
	    st=clock();
	    for(int i=0;i<100000000;i++)tot++;
	    tot=100000000/((clock()-st)*1.0/CLOCKS_PER_SEC);
	    cout<<tot<<' ';
	    tot2+=tot;
	}
	cout<<tot2/3;
	return 0;
} 

详细

小提示:点击横条可展开更详细的信息

Test #1:

score: 0
Wrong Answer
time: 740ms
memory: 1152kb

input:

23 24

output:

399115559 402570006 404334465 402006676

result:

wrong answer 1st lines differ - expected: '47', found: '399115559 402570006 404334465 402006676'

Test #2:

score: 0
Wrong Answer
time: 741ms
memory: 1156kb

input:

233 1

output:

398520691 405355557 405464033 403113427

result:

wrong answer 1st lines differ - expected: '234', found: '398520691 405355557 405464033 403113427'

Test #3:

score: 0
Wrong Answer
time: 751ms
memory: 1156kb

input:

222 333

output:

403587081 400413226 395564926 399855077

result:

wrong answer 1st lines differ - expected: '555', found: '403587081 400413226 395564926 399855077'

Test #4:

score: 0
Wrong Answer
time: 742ms
memory: 1156kb

input:

1 333

output:

403699502 404414589 406370260 404828117

result:

wrong answer 1st lines differ - expected: '334', found: '403699502 404414589 406370260 404828117'

Test #5:

score: 0
Wrong Answer
time: 741ms
memory: 1152kb

input:

222 333

output:

405050165 405261920 405523226 405278437

result:

wrong answer 1st lines differ - expected: '555', found: '405050165 405261920 405523226 405278437'

Test #6:

score: 0
Wrong Answer
time: 735ms
memory: 1152kb

input:

242 333

output:

404746871 406995437 407581006 406441104

result:

wrong answer 1st lines differ - expected: '575', found: '404746871 406995437 407581006 406441104'

Test #7:

score: 0
Wrong Answer
time: 740ms
memory: 1152kb

input:

222 3330

output:

406012229 405081340 406490845 405861471

result:

wrong answer 1st lines differ - expected: '3552', found: '406012229 405081340 406490845 405861471'

Test #8:

score: 0
Wrong Answer
time: 743ms
memory: 1152kb

input:

2220 333

output:

405358843 404710834 402766198 404278625

result:

wrong answer 1st lines differ - expected: '2553', found: '405358843 404710834 402766198 404278625'

Test #9:

score: 0
Wrong Answer
time: 741ms
memory: 1156kb

input:

222 555

output:

404928793 404393329 405816157 405046093

result:

wrong answer 1st lines differ - expected: '777', found: '404928793 404393329 405816157 405046093'

Test #10:

score: 0
Wrong Answer
time: 741ms
memory: 1156kb

input:

222 3333

output:

404599486 404494745 405966077 405020102

result:

wrong answer 1st lines differ - expected: '3555', found: '404599486 404494745 405966077 405020102'