13 lines
142 B
Plaintext
13 lines
142 B
Plaintext
|
#include <stdio.h>
|
||
|
#include "utils.h"
|
||
|
|
||
|
/*
|
||
|
|
||
|
|
||
|
https://projecteuler.net/problem=
|
||
|
*/
|
||
|
|
||
|
int main(int argc,char**argv) {
|
||
|
|
||
|
return 0;
|
||
|
}
|